diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-21 16:31:46 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-21 16:31:46 -0700 |
commit | 024f2019e6a3f23bec88d3c1100d67456e34adc9 (patch) | |
tree | b034ccdfff5af50d6f77496cbdd178b27427b270 /view/jot-header.tpl | |
parent | 709c86b2daec32ae0d5d6d0e7f88b8607e02edba (diff) | |
download | volse-hubzilla-024f2019e6a3f23bec88d3c1100d67456e34adc9.tar.gz volse-hubzilla-024f2019e6a3f23bec88d3c1100d67456e34adc9.tar.bz2 volse-hubzilla-024f2019e6a3f23bec88d3c1100d67456e34adc9.zip |
store default location
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); } |