r72749 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72748‎ | r72749 | r72750 >
Date:20:41, 10 September 2010
Author:tparscal
Status:ok
Tags:
Comment:
Moved fixaplha to run after scripts are loaded - otherwise the function isn't ready yet.
Modified paths:
  • /trunk/phase3/skins/Vector.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Vector.php
@@ -549,10 +549,10 @@
550550 <div style="clear:both"></div>
551551 </div>
552552 <!-- /footer -->
 553+ <?php $this->html( 'bottomscripts' ); /* JS call to runBodyOnloadHook */ ?>
553554 <!-- fixalpha -->
554555 <script type="<?php $this->text('jsmimetype') ?>"> if ( window.isMSIE55 ) fixalpha(); </script>
555556 <!-- /fixalpha -->
556 - <?php $this->html( 'bottomscripts' ); /* JS call to runBodyOnloadHook */ ?>
557557 <?php $this->html( 'reporttime' ) ?>
558558 <?php if ( $this->data['debug'] ): ?>
559559 <!-- Debug output: <?php $this->text( 'debug' ); ?> -->

Status & tagging log