diff options
author | Friendika <info@friendika.com> | 2011-09-20 15:23:36 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-20 15:23:36 -0700 |
commit | deeae7bdb5dffcdb8f11a604d7ca3078cfadf754 (patch) | |
tree | 4b4441173fdd23935882bf3c72dfe35672f639ba /view/theme/dispy/jot-header.tpl | |
parent | 119cd9c0cee5e416199da900016609259598cb0b (diff) | |
download | volse-hubzilla-deeae7bdb5dffcdb8f11a604d7ca3078cfadf754.tar.gz volse-hubzilla-deeae7bdb5dffcdb8f11a604d7ca3078cfadf754.tar.bz2 volse-hubzilla-deeae7bdb5dffcdb8f11a604d7ca3078cfadf754.zip |
diaspora markdown changes, parse_url format change
Diffstat (limited to 'view/theme/dispy/jot-header.tpl')
-rw-r--r-- | view/theme/dispy/jot-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/jot-header.tpl b/view/theme/dispy/jot-header.tpl index 155595056..dd07dc318 100644 --- a/view/theme/dispy/jot-header.tpl +++ b/view/theme/dispy/jot-header.tpl @@ -163,7 +163,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(); }); |