mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-06-24 05:35:10 +00:00
Implement spotting to Tiles on the Air. #95
This commit is contained in:
@@ -109,8 +109,8 @@
|
||||
|
||||
<script>window._recaptchaSiteKey = {% raw json_encode(web_ui_options.get('recaptcha-site-key', '')) %};
|
||||
window._allowUpstreamSpotting = {% raw json_encode(web_ui_options.get('allow-upstream-spotting', True)) %};</script>
|
||||
<script src="/js/common.js?v=1781252061"></script>
|
||||
<script src="/js/add-spot.js?v=1781252061"></script>
|
||||
<script src="/js/common.js?v=1781335058"></script>
|
||||
<script src="/js/add-spot.js?v=1781335058"></script>
|
||||
<script>$(document).ready(function() { $("#nav-link-add-spot").addClass("active"); }); <!-- highlight active page in nav --></script>
|
||||
|
||||
{% end %}
|
||||
|
||||
Reference in New Issue
Block a user