mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
various testbubble fixes
This commit is contained in:
parent
20ca93191f
commit
d6d4d3ed3a
5 changed files with 39 additions and 30 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue