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