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-header.tpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view/jot-header.tpl') diff --git a/view/jot-header.tpl b/view/jot-header.tpl index bdf0cb610..81c513484 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -118,6 +118,11 @@ tinyMCE.init({ } } + function jotClearLocation() { + $('#jot-coord').val(''); + $('#profile-nolocation-wrapper').hide(); + } + $geotag -- cgit v1.2.3