aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-header.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-19 22:21:55 -0700
committerFriendika <info@friendika.com>2011-09-19 22:21:55 -0700
commit8a11cec61a87600273f1349e3d112e7fc1e65486 (patch)
tree8a1e76355bb712afc0ead4b9ceb49a8265bfc5a7 /view/jot-header.tpl
parentd653d922b117cb123268e0b7f7b584e86482f5a7 (diff)
downloadvolse-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/jot-header.tpl')
-rw-r--r--view/jot-header.tpl2
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();
});