mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-24 16:24:32 +00:00
Rationalise docs part 2 #151
This commit is contained in:
+3
-3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user