alecpl
2009-07-01 6b42d52758b690a11349c3a8a104bb72ea0ed7e8
- call tinyMCE.triggerSave() before form submit (#1485860)


1 files modified
4 ■■■■ changed files
program/js/app.js 4 ●●●● patch | view | raw | blame | history
program/js/app.js
@@ -2170,6 +2170,10 @@
    // 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;
    };