diff options
author | Friendika <info@friendika.com> | 2011-09-19 22:21:55 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-19 22:21:55 -0700 |
commit | 8a11cec61a87600273f1349e3d112e7fc1e65486 (patch) | |
tree | 8a1e76355bb712afc0ead4b9ceb49a8265bfc5a7 /view | |
parent | d653d922b117cb123268e0b7f7b584e86482f5a7 (diff) | |
download | volse-hubzilla-8a11cec61a87600273f1349e3d112e7fc1e65486.tar.gz volse-hubzilla-8a11cec61a87600273f1349e3d112e7fc1e65486.tar.bz2 volse-hubzilla-8a11cec61a87600273f1349e3d112e7fc1e65486.zip |
allow setting all the bookmarked URL fields via script/API
Diffstat (limited to 'view')
-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 6195c5bbc..eb74c31da 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -142,7 +142,7 @@ function initEditor(cb){ if(reply && reply.length) { reply = bin2hex(reply); $('#profile-rotator').show(); - $.get('parse_url?url=' + reply, function(data) { + $.get('parse_url?binurl=' + reply, function(data) { tinyMCE.execCommand('mceInsertRawHTML',false,data); $('#profile-rotator').hide(); }); |