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