git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4582 a333f486-631f-4898-b8df-5754b55c2be0
@@ -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;
};