From cd0aee748ec9d30368690f3cf60028671fe9ed05 Mon Sep 17 00:00:00 2001 From: jensp Date: Thu, 4 Jun 2015 07:59:11 +0000 Subject: [PATCH] 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 --- ccm-cms/web/assets/xinha/CCMcmsXinhaConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccm-cms/web/assets/xinha/CCMcmsXinhaConfig.js b/ccm-cms/web/assets/xinha/CCMcmsXinhaConfig.js index eb44db1bd..85ad9df0b 100644 --- a/ccm-cms/web/assets/xinha/CCMcmsXinhaConfig.js +++ b/ccm-cms/web/assets/xinha/CCMcmsXinhaConfig.js @@ -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; }