From 68464b5d93e2ba61e889008ff7ddbacb40ba999a Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Wed, 20 Oct 2010 00:33:17 -0700 Subject: ability to clear browser location on individual posts --- view/jot_geotag.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'view/jot_geotag.tpl') 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(); }); } -- cgit v1.2.3