diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-16 13:58:17 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-16 13:58:17 +0000 |
| commit | 290218ee9334d9cce009726a84eb846cf41bcea2 (patch) | |
| tree | c9032dee2448050cfd8bb4df24066d2cee1e4d23 /roundcubemail/program/js/editor.js | |
| parent | 8e0127c83aa8308dce73d194ecdea8a0a16431e2 (diff) | |
- Allow and use spellcheck attribute for input/textarea fields (#1485060)
git-svn-id: https://svn.roundcube.net/trunk@1806 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 c4f449c78..ceab021ef 100644 --- a/roundcubemail/program/js/editor.js +++ b/roundcubemail/program/js/editor.js @@ -34,6 +34,7 @@ function rcmail_editor_init(skin_path, editor_lang, spellcheck) 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"), + gecko_spellcheck : true, rc_client: rcube_webmail_client }); } |
