MediaWiki:Common.js

From CUGC Wiki
Revision as of 15:51, 12 March 2019 by TW466 (talk | contribs) (Using $content doesn't seem to work.)
/* Any JavaScript here will be loaded for all users on every page load. */

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