From d6d4d3ed3a02c844a7ff0c48411f8b014cff3ee9 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 9 Nov 2011 00:29:14 -0800 Subject: various testbubble fixes --- view/theme/dispy/jot-header.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'view/theme/dispy') diff --git a/view/theme/dispy/jot-header.tpl b/view/theme/dispy/jot-header.tpl index 79b10fd40..7a1012230 100644 --- a/view/theme/dispy/jot-header.tpl +++ b/view/theme/dispy/jot-header.tpl @@ -229,8 +229,9 @@ function initEditor(cb) { event.target.textContent = reply; event.preventDefault(); if(reply && reply.length) { + reply = bin2hex(reply); $('#profile-rotator').show(); - $.get('parse_url?url=' + reply, function(data) { + $.get('parse_url?binurl=' + reply, function(data) { if (!editor) $("#profile-jot-text").val(""); initEditor(function(){ tinyMCE.execCommand('mceInsertRawHTML',false,data); -- cgit v1.2.3