* (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.
This commit is contained in:
Tim Starling 2012-02-21 04:03:00 +00:00
parent b1a7830235
commit 74d5aa19f8
1 changed files with 3 additions and 1 deletions

View File

@ -83,4 +83,6 @@ mathJax.Init = function() {
}
}
mathJax.Init();
jQuery( document ).ready( function() {
mathJax.Init();
} );