User:Wfunction/common.js: Difference between revisions

Content deleted Content added
Wfunction (talk | contribs)
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...'
 
Wfunction (talk | contribs)
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 () {