aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot_geotag.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/jot_geotag.tpl')
-rwxr-xr-xview/tpl/jot_geotag.tpl6
1 files changed, 0 insertions, 6 deletions
diff --git a/view/tpl/jot_geotag.tpl b/view/tpl/jot_geotag.tpl
index 1ed2367aa..7a398b612 100755
--- a/view/tpl/jot_geotag.tpl
+++ b/view/tpl/jot_geotag.tpl
@@ -1,9 +1,3 @@
-{{*
- * 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);