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-94f89814c4df
master
jensp 2015-06-04 07:59:11 +00:00
parent 9e7b5ad380
commit cd0aee748e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}