X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fjot_geotag.tpl;h=b0f71e73bf1a21b558aa8946016cd06d9e0e3f98;hb=696d78d6581a77cff44cbf558930c519d9ec0413;hp=835cc9ebb9d4d464d73ec936a665c02ebaaf0b14;hpb=b91e9545f75d196a8356a6c252278dee1cab95ae;p=friendica.git diff --git a/view/jot_geotag.tpl b/view/jot_geotag.tpl index 835cc9ebb9..b0f71e73bf 100644 --- a/view/jot_geotag.tpl +++ b/view/jot_geotag.tpl @@ -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(); }); }