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...' |
m Disable script |
||
Line 1:
var mathTags = $('.mwe-math-mathml-a11y');
if (false && mathTags.length > 0){ //only do something when there's math on the page
window.MathJax = { //hook into MathJax's configuration
AuthorInit: function () {
|