瀏覽代碼

Feature #2132 - "asciisvg" plug-in: Reverting passed by mistake changes by the previous transaction.

Ivan Tcholakov 14 年之前
父節點
當前提交
014b5d64e8
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 0 1
      main/inc/lib/fckeditor/myconfig.php
  2. 1 1
      main/inc/lib/fckeditor/toolbars/default/documents.php

+ 0 - 1
main/inc/lib/fckeditor/myconfig.php

@@ -344,4 +344,3 @@ if ((api_get_setting('block_copy_paste_for_students') == 'true')) {
  * In case of problems, when you need to use this feature, go to the platform administration settings page and switch the system
  * In case of problems, when you need to use this feature, go to the platform administration settings page and switch the system
  * into "test server" mode. Don't forged to switch it back to "production server" mode after testing.
  * into "test server" mode. Don't forged to switch it back to "production server" mode after testing.
  */
  */
-$config['LoadPlugin'][] = 'asciisvg';

+ 1 - 1
main/inc/lib/fckeditor/toolbars/default/documents.php

@@ -19,7 +19,7 @@ else{
 $config['ToolbarSets']['Normal'] = array(
 $config['ToolbarSets']['Normal'] = array(
 	array('Save','FitWindow','PasteWord','-','Undo','Redo'),
 	array('Save','FitWindow','PasteWord','-','Undo','Redo'),
 	array('Link','Unlink','Anchor','Glossary'),
 	array('Link','Unlink','Anchor','Glossary'),
-	array('Image','flvPlayer','Flash','EmbedMovies','YouTube','MP3','mimetex','asciimath','asciisvg','fckeditor_wiris_openFormulaEditor','fckeditor_wiris_openCAS'),
+	array('Image','flvPlayer','Flash','EmbedMovies','YouTube','MP3','mimetex','asciimath','fckeditor_wiris_openFormulaEditor','fckeditor_wiris_openCAS'),
 	array('Table','SpecialChar'),
 	array('Table','SpecialChar'),
 	array('Outdent','Indent','-','TextColor','BGColor','-','OrderedList','UnorderedList','-',$VSpellCheck,'Source'),
 	array('Outdent','Indent','-','TextColor','BGColor','-','OrderedList','UnorderedList','-',$VSpellCheck,'Source'),
 	'/',
 	'/',