From: <pb...@fe...> - 2012-12-01 15:29:39
|
Author: pboy Date: 2012-12-01 15:29:28 +0000 (Sat, 01 Dec 2012) New Revision: 2333 Modified: trunk/ccm-cms/web/assets/xinha/CCMcmsXinhaConfig.js Log: Added support for formulae in Xinha and Mandalay theme. Modified: trunk/ccm-cms/web/assets/xinha/CCMcmsXinhaConfig.js =================================================================== --- trunk/ccm-cms/web/assets/xinha/CCMcmsXinhaConfig.js 2012-12-01 15:25:39 UTC (rev 2332) +++ trunk/ccm-cms/web/assets/xinha/CCMcmsXinhaConfig.js 2012-12-01 15:29:28 UTC (rev 2333) @@ -13,7 +13,7 @@ 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"]; + "SmartReplace","Stylist","TableOperations","UnFormat","Equation"]; if(!Xinha.loadPlugins(xinha_plugins,xinha_init)){ return; } |