]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/smarty3/jot_geotag.tpl
Merge pull request #580 from fermionic/20130111-better-conversion-scripts
[friendica.git] / view / theme / frost / smarty3 / jot_geotag.tpl
index 953051b1099bab8b48e0c1fe2b627d9624dfe280..d828980e586d70130280885af16cee8bf4fa166c 100644 (file)
@@ -3,6 +3,7 @@
  *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
  *
  *}}
+
        if(navigator.geolocation) {
                navigator.geolocation.getCurrentPosition(function(position) {
                        var lat = position.coords.latitude.toFixed(4);