Moved fixaplha to run after scripts are loaded - otherwise the function isn't ready...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 10 Sep 2010 20:41:07 +0000 (20:41 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 10 Sep 2010 20:41:07 +0000 (20:41 +0000)
skins/Vector.php

index 5771670..16af0c0 100644 (file)
@@ -549,10 +549,10 @@ class VectorTemplate extends QuickTemplate {
                        <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' ); ?> -->