From 2bb9d6044b90e177c0c92aafbeb55c7e48d8383b Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 3 Jun 2010 15:29:27 +0000 Subject: Removed one unused and one absent plugin from tinyMCE init that was causing problems in some browsers. git-svn-id: http://code.elgg.org/elgg/trunk@6341 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/tinymce/views/default/input/longtext.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/tinymce/views/default/input/longtext.php b/mod/tinymce/views/default/input/longtext.php index 523931abe..2f16c0fe7 100644 --- a/mod/tinymce/views/default/input/longtext.php +++ b/mod/tinymce/views/default/input/longtext.php @@ -38,11 +38,11 @@ tinyMCE.init({ mode : "specific_textareas", editor_selector : "mceEditor", theme : "advanced", - plugins : "safari,spellchecker,autosave,fullscreen,preview,paste", + plugins : "spellchecker,autosave,fullscreen,paste", relative_urls : false, remove_script_host : false, document_base_url : "", - theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,bullist,numlist,undo,redo,link,unlink,image,blockquote,code,pastetext,pasteword,more,fullscreen,", + theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,bullist,numlist,undo,redo,link,unlink,image,blockquote,code,pastetext,pasteword,more,fullscreen", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", -- cgit v1.2.3