various testbubble fixes
This commit is contained in:
parent
20ca93191f
commit
d6d4d3ed3a
5 changed files with 39 additions and 30 deletions
|
|
@ -222,8 +222,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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue