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.tpl13
1 files changed, 0 insertions, 13 deletions
diff --git a/view/tpl/smarty3/jot_geotag.tpl b/view/tpl/smarty3/jot_geotag.tpl
deleted file mode 100644
index 1ed2367aa..000000000
--- a/view/tpl/smarty3/jot_geotag.tpl
+++ /dev/null
@@ -1,13 +0,0 @@
-{{*
- * 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);
- $('#profile-nolocation-wrapper').show();
- });
- }
-