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
@@ -76,8 +76,8 @@
</div>
<script src="/static/js/spotsbandsandmap.js?v=1787382663"></script>
<script src="/static/js/bands.js?v=1787382663"></script>
<script src="/static/js/spotsbandsandmap.js?v=1787899935"></script>
<script src="/static/js/bands.js?v=1787899935"></script>
<script>$(document).ready(function () {
$("#nav-link-bands").addClass("active");
}); <!-- highlight active page in nav --></script>