Revision af676b23
Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt
js/ckeditor/config.js | ||
---|---|---|
6 | 6 |
CKEDITOR.editorConfig = function( config ) { |
7 | 7 |
// Dialog windows are also simplified. |
8 | 8 |
config.removeDialogTabs = 'link:advanced'; |
9 |
config.disableNativeSpellChecker = false; |
|
10 | 9 |
}; |
Auch abrufbar als: Unified diff
Revert "ckeditor: Rechtschreibprüfung des Browser aktivieren"
Config-Änderung wird gleich in js/kivi.js gemacht, damit es keinen/weniger
Konflikte bei einem evtl. Update des CKEditors aus dem upstream gibt.
This reverts commit f202ae53dcb57a5b06669bc555d5bd2b764ed5ec.