commit 930c5d3fb3745b17aa23709fbe9b9869ab58ff1e parent 3032239f7ed7208959a492924506c55a14f81aa4 Author: Davide P. Cervone <dpvc@union.edu> Date: Tue, 25 Aug 2015 12:13:15 -0400 Make maction use the correct core node Diffstat:
| M | unpacked/jax/output/CommonHTML/autoload/maction.js | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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