2019-09-22, 12:38 PM
(This post was last modified: 2019-09-23, 05:28 AM by makpaolo. Edited 1 time in total.)
I'm not sure what MyBBEditor.updateOriginal(); means exactly and how to fix this type of thing. Assistance would be greatly appreciated with this.
Line 359 shows;
$('#quick_reply_submit').on('click', function () {
if (typeof MyBBEditor === 'object') {
MyBBEditor.updateOriginal();
}
return false;
});