aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-20 15:23:36 -0700
committerFriendika <info@friendika.com>2011-09-20 15:23:36 -0700
commitdeeae7bdb5dffcdb8f11a604d7ca3078cfadf754 (patch)
tree4b4441173fdd23935882bf3c72dfe35672f639ba /view/theme/dispy
parent119cd9c0cee5e416199da900016609259598cb0b (diff)
downloadvolse-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')
-rw-r--r--view/theme/dispy/jot-header.tpl2
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();
});