]> git.mxchange.org Git - friendica.git/blobdiff - view/jot_geotag.tpl
template: remove old 'internal' template files, move smarty3 templates into 'template...
[friendica.git] / view / jot_geotag.tpl
diff --git a/view/jot_geotag.tpl b/view/jot_geotag.tpl
deleted file mode 100644 (file)
index b0f71e7..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-
-       if(navigator.geolocation) {
-               navigator.geolocation.getCurrentPosition(function(position) {
-                       $('#jot-coord').val(position.coords.latitude + ' ' + position.coords.longitude);
-                       $('#profile-nolocation-wrapper').show();
-               });
-       }
-