- Fix r3913: don't run spellchecker on send

release-0.6
alecpl 14 years ago
parent 38d9304a00
commit 2d27641cb5

@ -2847,6 +2847,7 @@ function rcube_webmail()
{
var ed;
if (window.tinyMCE && (ed = tinyMCE.get(this.env.composebody))) {
if (ed.plugins.spellchecker.active)
ed.execCommand('mceSpellCheck');
}
else if ((ed = this.env.spellcheck) && !this.spellcheck_ready) {

Loading…
Cancel
Save