]> git.mxchange.org Git - friendica.git/blobdiff - view/jot_geotag.tpl
provide the means to tag link a person by full_name
[friendica.git] / view / jot_geotag.tpl
index c140d5627eb7d9647184ea7a159fb10c1ab02b62..4145c3111eca76b9ea7338403e5f3f9340189754 100644 (file)
@@ -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();
                });
        }