From 42016832bea3ae3c61e7bccb556966f8b7d294aa Mon Sep 17 00:00:00 2001 From: Jeongkyu Shin Date: Sat, 8 Mar 2014 14:49:41 +0900 Subject: [PATCH] refs #1655 : bugfix - delete unused plugin call --- plugins/ED_tinyMCE/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/ED_tinyMCE/index.php b/plugins/ED_tinyMCE/index.php index 3860c1cb4..94ab9c5f7 100644 --- a/plugins/ED_tinyMCE/index.php +++ b/plugins/ED_tinyMCE/index.php @@ -32,9 +32,9 @@ function tinyMCE_editorinit($editor) { if($config['editormode'] == 'simple') { ?> plugins: [ - "TTMLsupport advlist autolink link image lists print preview hr anchor autoresize", + "TTMLsupport advlist autolink link image lists print hr anchor autoresize", "code fullscreen media visualblocks", - "table contextmenu directionality charmap textcolor textcolor" + "table contextmenu directionality charmap textcolor" ], toolbar1: "tcsave print | bold italic underline strikethrough | styleselect formatselect fontselect fontsizeselect forecolor backcolor | alignleft aligncenter alignright alignjustify | bullist numlist | outdent indent blockquote hr tcmoreless", toolbar2: "undo redo | tcattach image media charmap | hr link unlink anchor | table | removeformat | code fullscreen visualblocks", @@ -42,7 +42,7 @@ function tinyMCE_editorinit($editor) { } else { ?> plugins: [ - "TTMLsupport advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker table", + "TTMLsupport advlist autolink link image lists charmap print hr anchor pagebreak table", "searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking", "table contextmenu directionality emoticons textcolor paste textcolor" ],