Arek Wtykło

Wlaczenie natywnego spellchecka

@@ -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