Content deleted Content added
←Created page with 'var mathTags = $('.mwe-math-mathml-a11y'); if (mathTags.length > 0){ //only do something when there's math on the page window.MathJax = { //hook into MathJax's...' |
mNo edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1:
if (true) {
var mathTags = $('.mwe-math-mathml-a11y');
if (mathTags.length > 0 && !window.MathJax
window.MathJax = { //hook into MathJax's configuration
AuthorInit: function ()
MathJax.Hub.Register.StartupHook("End",function () { //when MathJax is done... }
);
}
}
}
|