Internalise third-party dependencies

This commit is contained in:
Ian Renton
2026-06-18 20:07:42 +01:00
parent 8fc3cfa56d
commit 725eb619b4
47 changed files with 4771 additions and 49 deletions

View File

@@ -76,9 +76,8 @@
<script>
let spotProvidersEnabledByDefault = {% raw json_encode(web_ui_options["spot-providers-enabled-by-default"]) %};
</script>
<script src="/js/common.js?v=1781716082"></script>
<script src="/js/spotsbandsandmap.js?v=1781716082"></script>
<script src="/js/bands.js?v=1781716082"></script>
<script src="/js/spotsbandsandmap.js?v=1781809662"></script>
<script src="/js/bands.js?v=1781809662"></script>
<script>$(document).ready(function() { $("#nav-link-bands").addClass("active"); }); <!-- highlight active page in nav --></script>
{% end %}