diff options
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r-- | view/jot-header.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
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 </script> |