From 930c5d3fb3745b17aa23709fbe9b9869ab58ff1e Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Tue, 25 Aug 2015 12:13:15 -0400 Subject: [PATCH] Make maction use the correct core node --- unpacked/jax/output/CommonHTML/autoload/maction.js | 1 + 1 file changed, 1 insertion(+) diff --git a/unpacked/jax/output/CommonHTML/autoload/maction.js b/unpacked/jax/output/CommonHTML/autoload/maction.js index ef2bffef0..040365b35 100644 --- a/unpacked/jax/output/CommonHTML/autoload/maction.js +++ b/unpacked/jax/output/CommonHTML/autoload/maction.js @@ -62,6 +62,7 @@ MathJax.Hub.Register.StartupHook("CommonHTML Jax Ready",function () { return node; }, + CHTMLcoreNode: function (node) {return this.CHTMLchildNode(node,0)}, // // Implementations for the various actions