various testbubble fixes

This commit is contained in:
Friendika 2011-11-09 00:29:14 -08:00
parent 20ca93191f
commit d6d4d3ed3a
5 changed files with 39 additions and 30 deletions

View file

@ -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);