http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72749

Revision: 72749
Author:   tparscal
Date:     2010-09-10 20:41:07 +0000 (Fri, 10 Sep 2010)

Log Message:
-----------
Moved fixaplha to run after scripts are loaded - otherwise the function isn't 
ready yet.

Modified Paths:
--------------
    trunk/phase3/skins/Vector.php

Modified: trunk/phase3/skins/Vector.php
===================================================================
--- trunk/phase3/skins/Vector.php       2010-09-10 20:36:48 UTC (rev 72748)
+++ trunk/phase3/skins/Vector.php       2010-09-10 20:41:07 UTC (rev 72749)
@@ -549,10 +549,10 @@
                        <div style="clear:both"></div>
                </div>
                <!-- /footer -->
+               <?php $this->html( 'bottomscripts' ); /* JS call to 
runBodyOnloadHook */ ?>
                <!-- fixalpha -->
                <script type="<?php $this->text('jsmimetype') ?>"> if ( 
window.isMSIE55 ) fixalpha(); </script>
                <!-- /fixalpha -->
-               <?php $this->html( 'bottomscripts' ); /* JS call to 
runBodyOnloadHook */ ?>
                <?php $this->html( 'reporttime' ) ?>
                <?php if ( $this->data['debug'] ): ?>
                <!-- Debug output: <?php $this->text( 'debug' ); ?> -->



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

Reply via email to