Skip to content

Commit

Permalink
updated cdn src for mottie/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketMan committed Aug 29, 2024
1 parent b7ec79b commit 8bc9d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/templates/default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{% if app.favicon is not empty %}
<link rel="icon" href="{{ app.favicon }}" />
{% endif %}
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/mottie/tablesorter@2.31.3/dist/css/theme.default.min.css" onerror="this.onerror=null;this.href='vendor/mottie/tablesorter/dist/css/theme.default.min.css';" />
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/mottie/tablesorter@2.32.0/dist/css/theme.default.min.css" onerror="this.onerror=null;this.href='vendor/mottie/tablesorter/dist/css/theme.default.min.css';" />
<link rel="stylesheet" type="text/css" href="{{ "css/zoostyle.css" | decorate }}" />
{% if app.stylesheet is not empty %}
<link rel="stylesheet" type="text/css" href="{{ app.stylesheet | decorate }}" />
Expand All @@ -27,7 +27,7 @@
<script>window.jQuery.ui || document.write('<script src="vendor/components/jqueryui/jquery-ui.min.js"><\/script>')</script>
<script src="https://cdn.jsdelivr.net/gh/rocketman/[email protected]/dist/jquery-fxtime.min.js"></script>
<script>window.jQuery.fn.fxtime || document.write('<script src="vendor/rocketman/jquery-fxtime/dist/jquery-fxtime.js"><\/script>')</script>
<script src="https://cdn.jsdelivr.net/gh/mottie/tablesorter@2.31.3/dist/js/jquery.tablesorter.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/mottie/tablesorter@2.32.0/dist/js/jquery.tablesorter.min.js"></script>
<script>window.jQuery.fn.tablesorter || document.write('<script src="vendor/mottie/tablesorter/dist/js/jquery.tablesorter.min.js"><\/script>')</script>

<link rel="alternate" type="application/rss+xml" title="{{ app.station_title }} Music Reviews" href="zkrss.php?feed=reviews" />
Expand Down

0 comments on commit 8bc9d2f

Please sign in to comment.