From 0867a63089d601af9cd9af58acae7b3dc7921a5c Mon Sep 17 00:00:00 2001 From: molong Date: Sat, 10 Dec 2016 15:29:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/plugs/ckeditor/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/plugs/ckeditor/config.js b/public/plugs/ckeditor/config.js index c892ad5a..778fccd6 100644 --- a/public/plugs/ckeditor/config.js +++ b/public/plugs/ckeditor/config.js @@ -27,7 +27,7 @@ CKEDITOR.editorConfig = function( config ) { //config.contentsCss = "ckeditor/contents.css" // Remove some buttons provided by the standard plugins, which are // not needed in the Standard(s) toolbar. - config.removeButtons = 'Underline,Subscript,Superscript,Iframe,Print,Save'; + config.removeButtons = 'Subscript,Superscript,Iframe,Print,Save'; // Set the most common block elements. //config.format_tags = 'p;h1;h2;h3;pre';