Anonymous

Changes

From CUGC Wiki

MediaWiki:Common.js

230 bytes added, 15:47, 12 March 2019
Enable MathJax typesetting on edit preview pages.
/* Any JavaScript here will be loaded for all users on every page load. */

// MathJax typesetting in edit previews
mw.hook('wikipage.content').add(function ($content) {
MathJax.Hub.Queue(["Typeset", MathJax.Hub, $content]);
});