Anonymous

Changes

From CUGC Wiki

MediaWiki:Common.js

128 bytes added, 17:55, 12 March 2019
Remove debugging statements.
/* Any JavaScript here will be loaded for all users on every page load. */
// MathJax typesetting in edit previewsfunction waitForMathJax($content) {mw.hook if (typeof MathJax === 'wikipage.contentundefined').add{ setTimeout(function () {waitForMathJax($content); }, 1000); } else { MathJax.Hub.Queue(["Typeset", MathJax.Hub, "wikiPreview"$content[0]]).execute(); }} mw.hook('wikipage.content').add(waitForMathJax);