mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-04-29 18:25:58 +00:00
Ping on new spots option
This commit is contained in:
@@ -74,6 +74,9 @@
|
||||
<div class="col">
|
||||
{% module Template("cards/table-columns-spots.html", web_ui_options=web_ui_options) %}
|
||||
</div>
|
||||
<div class="col">
|
||||
{% module Template("cards/audio.html", web_ui_options=web_ui_options) %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -87,9 +90,9 @@
|
||||
<script>
|
||||
let spotProvidersEnabledByDefault = {% raw json_encode(web_ui_options["spot-providers-enabled-by-default"]) %};
|
||||
</script>
|
||||
<script src="/js/common.js?v=1775539207"></script>
|
||||
<script src="/js/spotsbandsandmap.js?v=1775539207"></script>
|
||||
<script src="/js/spots.js?v=1775539207"></script>
|
||||
<script src="/js/common.js?v=1775803886"></script>
|
||||
<script src="/js/spotsbandsandmap.js?v=1775803886"></script>
|
||||
<script src="/js/spots.js?v=1775803886"></script>
|
||||
<script>$(document).ready(function() { $("#nav-link-spots").addClass("active"); }); <!-- highlight active page in nav --></script>
|
||||
|
||||
{% end %}
|
||||
Reference in New Issue
Block a user