From 4b18bbb2f5a58946d4b55809e7ac9bffed506343 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 9 Feb 2012 14:14:45 +0000 Subject: [PATCH] Make mediawiki.legacy.ajax top-loading too, apparently some people are still using sajax on the live site. Eventually the legacy.ajax module should die entirely --- resources/Resources.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/Resources.php b/resources/Resources.php index 4f3f3c509d..9e31bf45e8 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -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' ) ), -- 2.20.1