aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot_geotag.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/jot_geotag.tpl')
-rw-r--r--view/jot_geotag.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/jot_geotag.tpl b/view/jot_geotag.tpl
index 835cc9ebb..c140d5627 100644
--- a/view/jot_geotag.tpl
+++ b/view/jot_geotag.tpl
@@ -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();
});
}