Index: lams_central/web/ckeditor/plugins/skype/images/icon.png =================================================================== diff -u -re582cf3845a4ca84e6ea709c249d475876c0227d -ra3b7e180b74ccf08ee8882759518c902db4b63da Binary files differ Fisheye: Tag a3b7e180b74ccf08ee8882759518c902db4b63da refers to a dead (removed) revision in file `lams_central/web/ckeditor/plugins/skype/lang/en.js'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag a3b7e180b74ccf08ee8882759518c902db4b63da refers to a dead (removed) revision in file `lams_central/web/ckeditor/plugins/skype/plugin.js'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_central/web/includes/javascript/ckconfig_custom.js =================================================================== diff -u -rbcadd8536c4382f0d22e0d7de71aea691e21bc87 -ra3b7e180b74ccf08ee8882759518c902db4b63da --- lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision bcadd8536c4382f0d22e0d7de71aea691e21bc87) +++ lams_central/web/includes/javascript/ckconfig_custom.js (.../ckconfig_custom.js) (revision a3b7e180b74ccf08ee8882759518c902db4b63da) @@ -1,5 +1,5 @@ CKEDITOR.config.toolbar_Default = [ - ['Source','-','Maximize', 'Preview','PasteFromWord','Undo','Redo','Bold','Italic','Underline', '-','Subscript','Superscript','NumberedList','BulletedList','-','Outdent','Indent','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','TextColor','BGColor','equation','-','Skype'], + ['Source','-','Maximize', 'Preview','PasteFromWord','Undo','Redo','Bold','Italic','Underline', '-','Subscript','Superscript','NumberedList','BulletedList','-','Outdent','Indent','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock','TextColor','BGColor','equation','-',], ['Paint_Button','MoviePlayer','Kaltura','Image','Link','Iframe','Table','HorizontalRule','Smiley','SpecialChar','Templates','Format','Font','FontSize','About'] ] ; // removing Video Recorder from default tool bar LDEV-2961 @@ -65,7 +65,7 @@ CKEDITOR.config.format_tags = 'div;h1;h2;h3;h4;h5;h6;pre;address;p' ; CKEDITOR.config.enterMode = 'div'; CKEDITOR.plugins.addExternal('wikilink', CKEDITOR.basePath + '../tool/lawiki10/wikilink/', 'plugin.js'); -CKEDITOR.config.extraPlugins = 'kaltura,wikilink,equation,paint,movieplayer,skype,iframe'; +CKEDITOR.config.extraPlugins = 'kaltura,wikilink,equation,paint,movieplayer,iframe'; CKEDITOR.config.enterMode = CKEDITOR.ENTER_DIV; CKEDITOR.config.removePlugins = 'elementspath'; CKEDITOR.config.allowedContent = true; @@ -96,4 +96,4 @@ f.data.dataValue = tempDiv.innerHTML; }); -}); \ No newline at end of file +});