Put static assets in a separate directory so they can be delivered directly by nginx

This commit is contained in:
Ian Renton
2026-07-25 16:51:52 +01:00
parent 3c4c595288
commit 0cea777616
10 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -75,8 +75,8 @@
<script>
let spotProvidersEnabledByDefault = {% raw json_encode(web_ui_options["spot-providers-enabled-by-default"]) %};
</script>
<script src="/static/js/spotsbandsandmap.js?v=1784994589"></script>
<script src="/static/js/bands.js?v=1784994589"></script>
<script src="/static/js/spotsbandsandmap.js?v=1784994712"></script>
<script src="/static/js/bands.js?v=1784994712"></script>
<script>$(document).ready(function () {
$("#nav-link-bands").addClass("active");
}); <!-- highlight active page in nav --></script>