Anonymous

Changes

From CUGC Wiki

MediaWiki:Common.js

90 bytes removed, 16:55, 12 March 2019
Remove debugging statements.
if (typeof MathJax === 'undefined') {
setTimeout(function () { waitForMathJax($content); }, 1000);
console.log('Waiting for MathJax.');
} else {
MathJax.Hub.Queue(["Typeset", MathJax.Hub, $content[0]]).execute();
console.log('Found MathJax; typeset done.');
}
}
mw.hook('wikipage.content').add(waitForMathJax);