MDL-43856 MathJax: alter the equation editor to make it use MathJax if it is available.
commit8939ebac77406f18d358f1d32a6be0960277cf44
authorDamyon Wiese <damyon@moodle.com>
Thu, 20 Mar 2014 06:25:44 +0000 (20 14:25 +0800)
committerDamyon Wiese <damyon@moodle.com>
Thu, 3 Apr 2014 06:36:25 +0000 (3 14:36 +0800)
treef63dcfb8f7b450cae36b1a19caca3e2a74041ec0
parent7f6753151e16dd7a76f046bede311ef82c6c75ff
MDL-43856 MathJax: alter the equation editor to make it use MathJax if it is available.

If MathJax is loaded by any means, the editor should use it instead of the filter. This prevents
slow ajax requests and gives much better rendering. MathJax could be loaded by the filter,
or it could just be done the old way by sticking the include in the page header.
lib/editor/atto/plugins/equation/yui/build/moodle-atto_equation-button/moodle-atto_equation-button-debug.js
lib/editor/atto/plugins/equation/yui/build/moodle-atto_equation-button/moodle-atto_equation-button-min.js
lib/editor/atto/plugins/equation/yui/build/moodle-atto_equation-button/moodle-atto_equation-button.js
lib/editor/atto/plugins/equation/yui/src/button/js/button.js