]> git.mxchange.org Git - friendica.git/blobdiff - view/jot_geotag.tpl
ability to clear browser location on individual posts
[friendica.git] / view / jot_geotag.tpl
index 835cc9ebb9d4d464d73ec936a665c02ebaaf0b14..c140d5627eb7d9647184ea7a159fb10c1ab02b62 100644 (file)
@@ -2,6 +2,7 @@
        if(navigator.geolocation) {
                navigator.geolocation.getCurrentPosition(function(position) {
                        $('#jot-coord').val(position.coords.latitude + ',' + position.coords.longitude);
+                       $('#profile-nolocation-wrapper').show();
                });
        }