aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-header.tpl
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-10-20 00:33:17 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-10-20 00:33:17 -0700
commit68464b5d93e2ba61e889008ff7ddbacb40ba999a (patch)
treead6be6fd64b2820ef7b7f957568b065bfad2fa7e /view/jot-header.tpl
parentb91e9545f75d196a8356a6c252278dee1cab95ae (diff)
downloadvolse-hubzilla-68464b5d93e2ba61e889008ff7ddbacb40ba999a.tar.gz
volse-hubzilla-68464b5d93e2ba61e889008ff7ddbacb40ba999a.tar.bz2
volse-hubzilla-68464b5d93e2ba61e889008ff7ddbacb40ba999a.zip
ability to clear browser location on individual posts
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r--view/jot-header.tpl5
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>