Skip to content

Commit

Permalink
refs #1655 : bugfix - delete unused plugin call
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Mar 8, 2014
1 parent c06d105 commit 4201683
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/ED_tinyMCE/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ 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",
<?php
} 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"
],
Expand Down

0 comments on commit 4201683

Please sign in to comment.