diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-24 13:27:43 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-24 13:27:43 +0000 |
| commit | 49d2876be2d890265dded1aa87ac2c01c25ff362 (patch) | |
| tree | c97eb5e01a7e90a0afe51200a9c58d9d49b7d1d9 /roundcubemail/program/js/editor.js | |
| parent | 9b978b989e0dc418d43a12d95b4c6716108a7f50 (diff) | |
- Use built-in spellchecker instead of a PHP files of spellchecker plugin in TinyMCE
git-svn-id: https://svn.roundcube.net/trunk@3784 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/editor.js')
| -rw-r--r-- | roundcubemail/program/js/editor.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/js/editor.js b/roundcubemail/program/js/editor.js index 34511ce0b..bd9c00cdc 100644 --- a/roundcubemail/program/js/editor.js +++ b/roundcubemail/program/js/editor.js @@ -52,6 +52,7 @@ function rcmail_editor_init(skin_path, editor_lang, spellcheck, mode) content_css : skin_path + '/editor_content.css', external_image_list_url : 'program/js/editor_images.js', spellchecker_languages : (rcmail.env.spellcheck_langs ? rcmail.env.spellcheck_langs : 'Dansk=da,Deutsch=de,+English=en,Espanol=es,Francais=fr,Italiano=it,Nederlands=nl,Polski=pl,Portugues=pt,Suomi=fi,Svenska=sv'), + spellchecker_rpc_url : '?_task=utils&_action=spell&tiny=1', gecko_spellcheck : true, relative_urls : false, remove_script_host : false, |
