diff options
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r-- | view/jot-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 39f8adc6e..8c7cce360 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -81,7 +81,7 @@ tinyMCE.init({ } function jotGetLocation() { - reply = prompt("Where are you right now?"); + reply = prompt("Where are you right now?", $('#jot-location').val()); if(reply && reply.length) { $('#jot-location').val(reply); } |