This commit is contained in:
James Cole
2020-01-04 11:16:14 +01:00
parent d83d8d3f97
commit ff3f2c1c9c
72 changed files with 242 additions and 271 deletions

View File

@@ -51,7 +51,7 @@
{% set haslocationvar = name~'_has_location' %}
{% set clearvar = name~'_clear_location' %}
<script type="text/javascript">
<script type="text/javascript" nonce="{{ JS_NONCE }}">
var mymap;
var marker;
if (typeof locations.{{ name }}.latitude === 'undefined') {