diff --git a/js/ckeditor/config.js b/js/ckeditor/config.js index fb8ded6542..d87fcdf6ae 100644 --- a/js/ckeditor/config.js +++ b/js/ckeditor/config.js @@ -26,7 +26,7 @@ CKEDITOR.editorConfig = function( config ) { { name: 'about' } ]; - config.removeButtons = 'Subscript,Superscript,Scayt,Anchor,Source,Outdent,Indent,Blockquote,About,PasteFromWord'; + config.removeButtons = 'Subscript,Superscript,Scayt,Anchor,Outdent,Indent,Blockquote,About,PasteFromWord'; config.removePlugins = 'elementspath'; config.resize_enabled = false; config.toolbarCanCollapse = true;