diff options
Diffstat (limited to 'mod/tinymce/views')
| -rw-r--r-- | mod/tinymce/views/default/input/longtext.php | 4 | 
1 files 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 : "<?php echo $vars['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",  | 
