Anonymous

Changes

From CUGC Wiki

MediaWiki:Common.js

132 bytes added, 17:25, 12 March 2019
Wait for $content to be added to page.
console.log('Waiting for MathJax.');
} else {
console.log($content); // delay as wikipage.content is fired before $content is added to the page setTimeout(MathJax.Hub.Queue(["Typeset", MathJax.Hub, $content]).execute(, 1000); alertconsole.log('Found MathJax; typeset done.');
}
}