From 815804988448829ca5c944f26c8cb7e9c02124da Mon Sep 17 00:00:00 2001 From: Victor Benincasa Date: Tue, 12 Aug 2014 00:34:30 -0300 Subject: Allow browsers internal spellchecker to work Fix a regression introduced at 731d190 that prevents in-browser spellchecker from working. The new TinyMCE4 option is "browser_spellcheck", before it was "gecko_spellcheck". Related ticket: http://trac.roundcube.net/ticket/1485060 --- program/js/editor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'program/js/editor.js') diff --git a/program/js/editor.js b/program/js/editor.js index 1bc92aee8..b2e96d180 100644 --- a/program/js/editor.js +++ b/program/js/editor.js @@ -50,7 +50,8 @@ function rcube_text_editor(config, id) convert_urls: false, // #1486944 image_description: false, paste_webkit_style: "color font-size font-family", - paste_data_images: true + paste_data_images: true, + browser_spellcheck: true }; // register spellchecker for plain text editor -- cgit v1.2.3