252
edits
Changes
From CUGC Wiki
Fix mistakes.
/* Any JavaScript here will be loaded for all users on every page load. */
if (typeof MathJax === 'undefined') {
setTimeout(function () { waitForMathJax($content); }, 1000);
console.log('Waiting for MathJax.');
} else {
console.log('Found MathJax; typeset done.');
}
} mw.hook('wikipage.content').add(waitForMathJax);