mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-09 03:51:41 +00:00
Merge branch 'main' into 2.0-pre
# Conflicts: # README.md # core/constants.py # data/spot.py # templates/status.html
This commit is contained in:
+3
-3
@@ -110,13 +110,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=1785958091"></script>
|
||||
<script src="/static/js/map.js?v=1785958091"></script>
|
||||
<script src="/static/js/spotsbandsandmap.js?v=1786175024"></script>
|
||||
<script src="/static/js/map.js?v=1786175024"></script>
|
||||
<script>$(document).ready(function () {
|
||||
$("#nav-link-map").addClass("active");
|
||||
}); <!-- highlight active page in nav --></script>
|
||||
|
||||
Reference in New Issue
Block a user