mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-11 07:01:41 +00:00
Merge branch 'main' into 2.0-pre
# Conflicts: # core/config.py # core/status_reporter.py # server/handlers/api/options.py # static/js/bands.js # static/js/map.js # static/js/spots.js # templates/status.html
This commit is contained in:
@@ -79,11 +79,8 @@
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
let spotProvidersEnabledByDefault = {% raw json_encode(web_ui_options["spot-providers-enabled-by-default"]) %};
|
||||
</script>
|
||||
<script src="/static/js/spotsbandsandmap.js?v=1786175023"></script>
|
||||
<script src="/static/js/bands.js?v=1786175023"></script>
|
||||
<script src="/static/js/spotsbandsandmap.js?v=1786338394"></script>
|
||||
<script src="/static/js/bands.js?v=1786338394"></script>
|
||||
<script>$(document).ready(function () {
|
||||
$("#nav-link-bands").addClass("active");
|
||||
}); <!-- highlight active page in nav --></script>
|
||||
|
||||
Reference in New Issue
Block a user