Disabled the Equation plugin in Xinha because it causes the editor to freeze if there is certain combination of characters in the
text. git-svn-id: https://svn.libreccm.org/ccm/trunk@3458 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
9e7b5ad380
commit
cd0aee748e
|
|
@ -13,7 +13,7 @@ xinha_init=xinha_init?xinha_init:function(){
|
|||
xinha_editors=xinha_editors?xinha_editors:["myTextArea","anotherOne"];
|
||||
xinha_plugins=xinha_plugins?xinha_plugins:["CharacterMap","CharCounter",
|
||||
"ContextMenu","DefinitionList","FindReplace","ListType","QuickTag",
|
||||
"SmartReplace","Stylist","TableOperations","UnFormat","Equation","OpenCCM"];
|
||||
"SmartReplace","Stylist","TableOperations","UnFormat","OpenCCM"];
|
||||
if(!Xinha.loadPlugins(xinha_plugins,xinha_init)){
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue