]> git.mxchange.org Git - friendica.git/blobdiff - view/smarty3/jot_geotag.tpl
Merge pull request #658 from annando/master
[friendica.git] / view / smarty3 / jot_geotag.tpl
index 196ede81d7a8e9a70027e8a08416ef66bd84dfc7..1ed2367aa5d483a3b58a9ec448ed6a10423d2ebf 100644 (file)
@@ -3,6 +3,7 @@
  *     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);