mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-06-24 05:35:10 +00:00
Global autoformat
This commit is contained in:
@@ -49,7 +49,8 @@
|
||||
{% module Template("cards/spot-age.html", web_ui_options=web_ui_options) %}
|
||||
</div>
|
||||
<div class="col">
|
||||
{% module Template("cards/color-scheme-and-band-color-scheme.html", web_ui_options=web_ui_options) %}
|
||||
{% module Template("cards/color-scheme-and-band-color-scheme.html", web_ui_options=web_ui_options)
|
||||
%}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -74,10 +75,15 @@
|
||||
</div>
|
||||
|
||||
<script>
|
||||
let spotProvidersEnabledByDefault = {% raw json_encode(web_ui_options["spot-providers-enabled-by-default"]) %};
|
||||
let spotProvidersEnabledByDefault = { % raw
|
||||
json_encode(web_ui_options["spot-providers-enabled-by-default"]) %
|
||||
}
|
||||
;
|
||||
</script>
|
||||
<script src="/js/spotsbandsandmap.js?v=1781901226"></script>
|
||||
<script src="/js/bands.js?v=1781901226"></script>
|
||||
<script>$(document).ready(function() { $("#nav-link-bands").addClass("active"); }); <!-- highlight active page in nav --></script>
|
||||
<script src="/js/spotsbandsandmap.js?v=1781901371"></script>
|
||||
<script src="/js/bands.js?v=1781901371"></script>
|
||||
<script>$(document).ready(function () {
|
||||
$("#nav-link-bands").addClass("active");
|
||||
}); <!-- highlight active page in nav --></script>
|
||||
|
||||
{% end %}
|
||||
Reference in New Issue
Block a user