mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 07:34:22 +00:00
* (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:
parent
b1a7830235
commit
74d5aa19f8
Notes:
Tim Starling
2012-02-21 04:03:00 +00:00
|
@ -83,4 +83,6 @@ mathJax.Init = function() {
|
|||
}
|
||||
}
|
||||
|
||||
mathJax.Init();
|
||||
jQuery( document ).ready( function() {
|
||||
mathJax.Init();
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue