Prepare for misc.ianrenton.com going offline

This commit is contained in:
Ian Renton
2026-08-08 08:04:59 +01:00
parent 4f9ec65d9a
commit 8d28a29f82
8 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -103,13 +103,13 @@
<script src="/static/vendor/js/leaflet-maidenhead.js"></script>
<script src="/static/vendor/js/leaflet-ituzones.js"></script>
<script src="/static/vendor/js/leaflet-cqzones.js"></script>
<script src="/static/vendor/js/leaflet-workedallbritainireland.js"></script>
<script src="/static/vendor/js/leaflet-workedallbritainireland.js" type="module"></script>
<script>
let spotProvidersEnabledByDefault = {% raw json_encode(web_ui_options["spot-providers-enabled-by-default"]) %};
</script>
<script src="/static/js/spotsbandsandmap.js?v=1786081935"></script>
<script src="/static/js/map.js?v=1786081935"></script>
<script src="/static/js/spotsbandsandmap.js?v=1786172699"></script>
<script src="/static/js/map.js?v=1786172699"></script>
<script>$(document).ready(function () {
$("#nav-link-map").addClass("active");
}); <!-- highlight active page in nav --></script>