aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot_geotag.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/jot_geotag.tpl')
-rwxr-xr-x[-rw-r--r--]view/tpl/jot_geotag.tpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/view/tpl/jot_geotag.tpl b/view/tpl/jot_geotag.tpl
index b0f71e73b..7a398b612 100644..100755
--- a/view/tpl/jot_geotag.tpl
+++ b/view/tpl/jot_geotag.tpl
@@ -1,4 +1,3 @@
-
if(navigator.geolocation) {
navigator.geolocation.getCurrentPosition(function(position) {
$('#jot-coord').val(position.coords.latitude + ' ' + position.coords.longitude);