aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/jot_geotag.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/smarty3/jot_geotag.tpl')
-rw-r--r--view/tpl/smarty3/jot_geotag.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/tpl/smarty3/jot_geotag.tpl b/view/tpl/smarty3/jot_geotag.tpl
index b0f71e73b..196ede81d 100644
--- a/view/tpl/smarty3/jot_geotag.tpl
+++ b/view/tpl/smarty3/jot_geotag.tpl
@@ -1,4 +1,8 @@
-
+{{*
+ * AUTOMATICALLY GENERATED TEMPLATE
+ * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
+ *
+ *}}
if(navigator.geolocation) {
navigator.geolocation.getCurrentPosition(function(position) {
$('#jot-coord').val(position.coords.latitude + ' ' + position.coords.longitude);