From: Roan Kattouw Date: Thu, 9 Feb 2012 14:14:45 +0000 (+0000) Subject: Make mediawiki.legacy.ajax top-loading too, apparently some people are still using... X-Git-Tag: 1.31.0-rc.0~24832 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=4b18bbb2f5a58946d4b55809e7ac9bffed506343;p=lhc%2Fweb%2Fwiklou.git 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 --- 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' ) ),