Fix a bug where the default maximum spot age was not being applied on first access of the web UI

This commit is contained in:
Ian Renton
2026-08-28 07:52:15 +01:00
parent b9268dd4ca
commit b2719d2cd6
9 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -109,8 +109,8 @@
<script src="/static/vendor/js/leaflet-cqzones.js"></script>
<script src="/static/vendor/js/leaflet-workedallbritainireland.js" type="module"></script>
<script src="/static/js/spotsbandsandmap.js?v=1787382663"></script>
<script src="/static/js/map.js?v=1787382663"></script>
<script src="/static/js/spotsbandsandmap.js?v=1787899936"></script>
<script src="/static/js/map.js?v=1787899936"></script>
<script>$(document).ready(function () {
$("#nav-link-map").addClass("active");
}); <!-- highlight active page in nav --></script>