Vergleich jscripts/thread.js - 1.8.21 - 1.8.26
Zeile 133 | Zeile 133 |
---|---|
} |
} |
if(typeof $('textarea').sceditor != 'undefined') | if(typeof MyBBEditor !== 'undefined' && MyBBEditor !== null) |
{ |
{ |
$('textarea').sceditor('instance').insert(json.message); | MyBBEditor.insert(json.message); |
} | } |