Merge remote-tracking branch 'origin/main'

# Conflicts:
#	templates/about.html
#	templates/add_spot.html
#	templates/alerts.html
#	templates/bands.html
#	templates/base.html
#	templates/conditions.html
#	templates/map.html
#	templates/spots.html
#	templates/status.html
This commit is contained in:
Ian Renton
2026-04-05 09:28:44 +01:00
16 changed files with 201 additions and 124 deletions

View File

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