mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-05 18:11:41 +00:00
Cache data for the programmes for which we must fetch the whole set of references, and avoid transforming CSV/JSON to dict every time.
This commit is contained in:
+2
-2
@@ -108,8 +108,8 @@
|
||||
<script>
|
||||
let spotProvidersEnabledByDefault = {% raw json_encode(web_ui_options["spot-providers-enabled-by-default"]) %};
|
||||
</script>
|
||||
<script src="/static/js/spotsbandsandmap.js?v=1785049068"></script>
|
||||
<script src="/static/js/map.js?v=1785049068"></script>
|
||||
<script src="/static/js/spotsbandsandmap.js?v=1785082221"></script>
|
||||
<script src="/static/js/map.js?v=1785082221"></script>
|
||||
<script>$(document).ready(function () {
|
||||
$("#nav-link-map").addClass("active");
|
||||
}); <!-- highlight active page in nav --></script>
|
||||
|
||||
Reference in New Issue
Block a user