X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fjot_geotag.tpl;h=b0f71e73bf1a21b558aa8946016cd06d9e0e3f98;hb=aea5584bf14387dff2bd2b62335b8b94f939c6ff;hp=c140d5627eb7d9647184ea7a159fb10c1ab02b62;hpb=68464b5d93e2ba61e889008ff7ddbacb40ba999a;p=friendica.git diff --git a/view/jot_geotag.tpl b/view/jot_geotag.tpl index c140d5627e..b0f71e73bf 100644 --- a/view/jot_geotag.tpl +++ b/view/jot_geotag.tpl @@ -1,7 +1,7 @@ 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(); }); }