Index: lams_central/web/includes/javascript/ckconfig_custom.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/ckconfig_custom.js,v diff -u -r1.4 -r1.5 --- lams_central/web/includes/javascript/ckconfig_custom.js 21 Oct 2010 18:50:55 -0000 1.4 +++ lams_central/web/includes/javascript/ckconfig_custom.js 24 Oct 2010 13:37:59 -0000 1.5 @@ -42,13 +42,9 @@ CKEDITOR.config.templates = CKEDITOR.basePath + '../www/htmltemplates.xml'; CKEDITOR.config.format_tags = 'div;h1;h2;h3;h4;h5;h6;pre;address;p' ; CKEDITOR.config.enterMode = 'div' ; -// CKEDITOR.plugins.add('equation') ; -// CKEDITOR.plugins.add('movieplayer') ; -// CKEDITOR.plugins.add('videorecorder') ; -// CKEDITOR.plugins.add('paint') ; CKEDITOR.plugins.addExternal('WikiLink', CKEDITOR.basePath + '../tool/lawiki10/wikilink/', 'plugin.js') ; //CKEDITOR.config.extraPlugins = 'equation,movieplayer,videorecorder,paint,wikilink' ; -CKEDITOR.config.extraPlugins = 'WikiLink' ; +CKEDITOR.config.extraPlugins = 'videorecorder,WikiLink' ; // ---- Additional scripts ----- // Hides editor instaces until they are fully initialized