Merge remote-tracking branch 'origin/main'

# Conflicts:
#	templates/about.html
#	templates/add_spot.html
#	templates/alerts.html
#	templates/bands.html
#	templates/base.html
#	templates/map.html
#	templates/spots.html
#	templates/status.html
This commit is contained in:
Ian Renton
2026-03-27 08:06:13 +00:00
11 changed files with 26 additions and 22 deletions

View File

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