aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-header.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r--view/jot-header.tpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl
index b13a324bb..39f8adc6e 100644
--- a/view/jot-header.tpl
+++ b/view/jot-header.tpl
@@ -80,6 +80,14 @@ tinyMCE.init({
}
}
+ function jotGetLocation() {
+ reply = prompt("Where are you right now?");
+ if(reply && reply.length) {
+ $('#jot-location').val(reply);
+ }
+ }
+
+
function linkdropper(event) {
var linkFound = event.dataTransfer.types.contains("text/uri-list");
if(linkFound)