X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fjot_geotag.tpl;h=4145c3111eca76b9ea7338403e5f3f9340189754;hb=78d8bcbc6023ae62d84c77cd91619bf0f016d376;hp=835cc9ebb9d4d464d73ec936a665c02ebaaf0b14;hpb=b91e9545f75d196a8356a6c252278dee1cab95ae;p=friendica.git diff --git a/view/jot_geotag.tpl b/view/jot_geotag.tpl index 835cc9ebb9..4145c3111e 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(); }); }