merge of '81b84aa1dccb31c15c94976cc8ed486e6a1efd9a'

and 'afa8a9fe095d6de052bd0ce6faa3412737247666'

Monotone-Parent: 81b84aa1dccb31c15c94976cc8ed486e6a1efd9a
Monotone-Parent: afa8a9fe095d6de052bd0ce6faa3412737247666
Monotone-Revision: 6eda087f6dba9f0f98b63f259880cf2d343835d5

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-08-17T22:41:31
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2009-08-17 22:41:31 +00:00
commit ee2ebd206d
1 changed files with 1 additions and 5 deletions

View File

@ -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";