Anonymous

Changes

From CUGC Wiki

MediaWiki:Common.js

10 bytes added, 16:53, 12 March 2019
Actually call callback to render MathJax.
// MathJax typesetting in edit previews
mw.hook('wikipage.content').add(function () {
MathJax.Hub.Queue(["Typeset", MathJax.Hub, "wikiPreview"]).execute();
});