Bug #21575 ยป rtehtmlarea_bugfix_12619_trunk.patch
typo3/sysext/rtehtmlarea/htmlarea/plugins/SpellChecker/spell-check-ui.js (copie de travail) | ||
---|---|---|
function saveClicked() {
|
||
if (modified) {
|
||
dialog.plugin.editor.setHTML(makeCleanDoc(false));
|
||
dialog.plugin.editor.getPluginInstance("EditorMode").setHTML(makeCleanDoc(false));
|
||
}
|
||
if ((to_p_dict.length || to_r_list.length) && dialog.plugin.enablePersonalDicts) {
|
||
var data = {};
|