X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fckeditor%2Fconfig.js;h=9db2eede3240ff2c6415dc4f2b1f0bd7fd1517be;hb=b92770c71959c10c35321f585ff670fd567bcb66;hp=c6f1e833245ffbf68c926de2b41596371b459684;hpb=f202ae53dcb57a5b06669bc555d5bd2b764ed5ec;p=kivitendo-erp.git diff --git a/js/ckeditor/config.js b/js/ckeditor/config.js index c6f1e8332..9db2eede3 100644 --- a/js/ckeditor/config.js +++ b/js/ckeditor/config.js @@ -6,5 +6,4 @@ CKEDITOR.editorConfig = function( config ) { // Dialog windows are also simplified. config.removeDialogTabs = 'link:advanced'; - config.disableNativeSpellChecker = false; };