- call tinyMCE.triggerSave() before form submit (#1485860)

release-0.6
alecpl 15 years ago
parent 49c71c7981
commit 6b42d52758

@ -2170,6 +2170,10 @@ function rcube_webmail()
// Apply spellcheck changes if spell checker is active
this.stop_spellchecking();
// move body from html editor to textarea (just to be sure, #1485860)
if (window.tinyMCE && tinyMCE.get('compose-body'))
tinyMCE.triggerSave();
return true;
};

Loading…
Cancel
Save