Rationalise docs part 2 #151

This commit is contained in:
Ian Renton
2026-09-23 17:42:06 +01:00
parent b45a6d8b78
commit c9d0a7652c
16 changed files with 44 additions and 39 deletions
+3 -3
View File
@@ -8,7 +8,7 @@
other than a rough guide. In particular, if you are seeing lots of spots in the centre of a country, please
consider opening the "Your Data" menu and providing QRZ.com and/or HamQTH credentials so that Spothole can find
more accurate locations for these spots. More information can be found in the
<a href="/help/accuracy" class="alert-link">Data Accuracy section of the About page</a>.
<a href="/help/accuracy" class="alert-link">Data Accuracy section of the Spothole Help</a>.
<button type="button" id="map-intro-box-dismiss" class="btn-close" data-bs-dismiss="alert"
aria-label="Close"></button>
</div>
@@ -113,8 +113,8 @@
const CARTODB_API_KEY = "{{ web_ui_options.get('cartodb_api_key', '') }}";
</script>
<script src="/static/js/spotsbandsandmap.js?v=1790181104"></script>
<script src="/static/js/map.js?v=1790181104"></script>
<script src="/static/js/spotsbandsandmap.js?v=1790181726"></script>
<script src="/static/js/map.js?v=1790181726"></script>
<script>$(document).ready(function () {
$("#nav-link-map").addClass("active");
}); <!-- highlight active page in nav --></script>