]> git.mxchange.org Git - friendica.git/blobdiff - view/jot_geotag.tpl
personal config storage, template the vcard profile, logging failed uri's to help...
[friendica.git] / view / jot_geotag.tpl
index 835cc9ebb9d4d464d73ec936a665c02ebaaf0b14..4145c3111eca76b9ea7338403e5f3f9340189754 100644 (file)
@@ -1,7 +1,8 @@
 
        if(navigator.geolocation) {
                navigator.geolocation.getCurrentPosition(function(position) {
-                       $('#jot-coord').val(position.coords.latitude + ',' + position.coords.longitude);
+                       $('#jot-coord').val(position.coords.latitude + position.coords.longitude);
+                       $('#profile-nolocation-wrapper').show();
                });
        }