Skip to content

Commit

Permalink
refs #1679 : bugfix - remove tinyMCE autolink plugin.
Browse files Browse the repository at this point in the history
 -
  • Loading branch information
inureyes committed May 27, 2014
1 parent 15b8b3c commit d21ffc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/ED_tinyMCE/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function tinyMCE_editorinit($editor) {
if($config['editormode'] == 'simple') {
?>
plugins: [
"TTMLsupport advlist autolink link image lists print hr anchor autoresize",
"TTMLsupport advlist link image lists print hr anchor autoresize",
"code fullscreen media visualblocks",
"table contextmenu directionality charmap textcolor"
],
Expand All @@ -50,7 +50,7 @@ function tinyMCE_editorinit($editor) {
} else {
?>
plugins: [
"TTMLsupport advlist autolink link image lists charmap print hr anchor pagebreak table",
"TTMLsupport advlist 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 autoresize"
],
Expand Down

0 comments on commit d21ffc5

Please sign in to comment.