https://www.mediawiki.org/wiki/Special:Code/MediaWiki/108222

Revision: 108222
Author:   catrope
Date:     2012-01-06 12:03:06 +0000 (Fri, 06 Jan 2012)
Log Message:
-----------
Set position => 'top' for wikibits, required to support legacy gadgets. Spotted 
by Niklas on TranslateWiki. Ping r107327.

Modified Paths:
--------------
    trunk/phase3/resources/Resources.php

Modified: trunk/phase3/resources/Resources.php
===================================================================
--- trunk/phase3/resources/Resources.php        2012-01-06 12:01:13 UTC (rev 
108221)
+++ trunk/phase3/resources/Resources.php        2012-01-06 12:03:06 UTC (rev 
108222)
@@ -864,7 +864,7 @@
                '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' ) ),


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to