aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/jot_geotag.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/jot_geotag.tpl')
-rwxr-xr-xview/tpl/jot_geotag.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot_geotag.tpl b/view/tpl/jot_geotag.tpl
index 7a398b612..60f128850 100755
--- a/view/tpl/jot_geotag.tpl
+++ b/view/tpl/jot_geotag.tpl
@@ -1,7 +1,7 @@
if(navigator.geolocation) {
navigator.geolocation.getCurrentPosition(function(position) {
$('#jot-coord').val(position.coords.latitude + ' ' + position.coords.longitude);
- $('#profile-nolocation-wrapper').show();
+ $('#profile-nolocation-wrapper').attr('disabled', false);
});
}