Set position => 'top' for wikibits, required to support legacy gadgets. Spotted by...
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 6 Jan 2012 12:03:06 +0000 (12:03 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 6 Jan 2012 12:03:06 +0000 (12:03 +0000)
resources/Resources.php

index 5c4b597..667d5ca 100644 (file)
@@ -864,7 +864,7 @@ return array(
                'scripts' => 'common/wikibits.js',
                'remoteBasePath' => $GLOBALS['wgStylePath'],
                'localBasePath' => $GLOBALS['wgStyleDirectory'],
-               'position' => 'bottom',
+               'position' => 'top',
        ),
        'mediawiki.legacy.wikiprintable' => array(
                'styles' => array( 'common/wikiprintable.css' => array( 'media' => 'print' ) ),