From 74d5aa19f89507875df7136a9b6c4620aee4d085 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 21 Feb 2012 04:03:00 +0000 Subject: [PATCH] * (bug 34538) Fixed compatibility with $wgResourceLoaderExperimentalAsyncLoading in some extensions. * Tested AbuseFilter. * Did not test ArticleCreationWorkflow, Configure, ContributionTracking, FlaggedRevs, FundraiserPortal, InlineCategorizer, MarkAsHelpful, Math/Mathjax. * Fixed a typo in a comment in LiveTranslate. * Did not review extensions alphabetically after MoodBar. --- modules/ext.math.mathjax.enabler.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/ext.math.mathjax.enabler.js b/modules/ext.math.mathjax.enabler.js index a692dd6..6dfbe84 100644 --- a/modules/ext.math.mathjax.enabler.js +++ b/modules/ext.math.mathjax.enabler.js @@ -83,4 +83,6 @@ mathJax.Init = function() { } } -mathJax.Init(); +jQuery( document ).ready( function() { + mathJax.Init(); +} );