mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N.569 Enable the browser built-in spell checker for the rich text editor
SVN:trunk[4582]
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user