diff options
author | alecpl <alec@alec.pl> | 2008-09-16 13:58:17 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-09-16 13:58:17 +0000 |
commit | 491a6e2901938f49c1e14907f9da615286c81719 (patch) | |
tree | 15c2a9283a8ef21384e69cf7b4a1c4b08373e0bb /program/js/editor.js | |
parent | a47acc56c6abc68b872fb8bfe431880c766cabc5 (diff) |
- Allow and use spellcheck attribute for input/textarea fields (#1485060)
Diffstat (limited to 'program/js/editor.js')
-rw-r--r-- | program/js/editor.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/js/editor.js b/program/js/editor.js index c4f449c78..ceab021ef 100644 --- a/program/js/editor.js +++ b/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 }); } |