Set position => 'top' for wikibits, required to support legacy gadgets. Spotted by...
[lhc/web/wiklou.git] / 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' ) ),