Make mediawiki.legacy.ajax top-loading too, apparently some people are still using...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 9 Feb 2012 14:14:45 +0000 (14:14 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 9 Feb 2012 14:14:45 +0000 (14:14 +0000)
resources/Resources.php

index 4f3f3c5..9e31bf4 100644 (file)
@@ -825,6 +825,7 @@ return array(
                        'mediawiki.util',
                        'mediawiki.legacy.wikibits',
                ),
+               'position' => 'top', // Temporary hack for legacy support
        ),
        'mediawiki.legacy.commonPrint' => array(
                'styles' => array( 'common/commonPrint.css' => array( 'media' => 'print' ) ),