Showing
1 changed file
with
1 additions
and
0 deletions
@@ -40,5 +40,6 @@ CKEDITOR.editorConfig = function (config) { | @@ -40,5 +40,6 @@ CKEDITOR.editorConfig = function (config) { | ||
40 | {name: 'others', items: ['-']}, | 40 | {name: 'others', items: ['-']}, |
41 | {name: 'about', items: ['About']} | 41 | {name: 'about', items: ['About']} |
42 | ]; | 42 | ]; |
43 | + config.disableNativeSpellChecker = false; | ||
43 | }; | 44 | }; |
44 | 45 |
-
Please register or login to post a comment