diff --git a/js/ckeditor/config.js b/js/ckeditor/config.js index f0734fa21..fb8ded654 100644 --- a/js/ckeditor/config.js +++ b/js/ckeditor/config.js @@ -37,4 +37,7 @@ CKEDITOR.editorConfig = function( config ) { // Simplify the dialog windows. config.removeDialogTabs = 'image:advanced;link:advanced'; + + // Enable the browser spell checking + config.disableNativeSpellChecker = false; };