From 368766074999e2af65762576700f09780ac70dcd Mon Sep 17 00:00:00 2001 From: C Robert Date: Tue, 18 Aug 2009 12:53:29 +0000 Subject: [PATCH] Mantis 97: HTML editor has its own resize handle Monotone-Parent: 9cbe6e6f1780024d4dcb37d4ce3de593f9c91828 Monotone-Revision: afa8a9fe095d6de052bd0ce6faa3412737247666 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-08-18T12:53:29 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/ckeditor/config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/UI/WebServerResources/ckeditor/config.js b/UI/WebServerResources/ckeditor/config.js index 99cc4d09b..20eca28ef 100644 --- a/UI/WebServerResources/ckeditor/config.js +++ b/UI/WebServerResources/ckeditor/config.js @@ -8,10 +8,6 @@ CKEDITOR.editorConfig = function( config ) // Define changes to default configuration here. For example: // config.language = 'fr'; config.skin = 'kama'; - //TODO: This should work to remove the bottom DOM information, but doesn't // This way is on an instance of the config object - config.removePlugins = "elementspath,kplahj"; + config.removePlugins = "elementspath,maximize,resize"; }; - -// This way is global / static -CKEDITOR.config.removePlugins = "elementspath,kplahj";