www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 37fb13fb6fba744d4aaac9073b018d72b2ab17d0
parent 55c59f0ef598ac36714c66a356e36c4e010cd2cf
Author: Peter Krautzberger <p.krautzberger@gmail.com>
Date:   Wed, 26 Nov 2014 21:48:34 +0100

fix references to content-mathml extension

Diffstat:
Munpacked/extensions/MathML/mml3-mml2.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/unpacked/extensions/MathML/mml3-mml2.js b/unpacked/extensions/MathML/mml3-mml2.js @@ -41,7 +41,7 @@ */ -MathJax.Extension["MathML/content-mathml"] = { +MathJax.Extension["MathML/mml3-mml2"] = { version: "2.4.0" }; @@ -122,7 +122,7 @@ MathJax.Hub.Register.StartupHook("MathML Jax Ready",function () { MATHML.ctopXSLT = null; } - MathJax.Hub.Startup.signal.Post("MathML content-mathml Ready"); + MathJax.Hub.Startup.signal.Post("MathML mml3-mml2 Ready"); }); MathJax.Ajax.loadComplete("[MathJax]/extensions/MathML/mml3-mml2.js");