r7167 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r7166‎ | r7167 | r7168 >
Date:21:20, 18 January 2005
Author:tomgilder
Status:old
Tags:
Comment:
Never run PNG fix in IE5.0
Modified paths:
  • /branches/REL1_4/phase3/skins/common/IEFixes.js (modified) (history)

Diff [purge]

Index: branches/REL1_4/phase3/skins/common/IEFixes.js
@@ -18,7 +18,7 @@
1919 // png alpha transparency fixes
2020 function fixalpha() {
2121 // bg
22 - if (!doneIEAlphaFix)
 22+ if (isMSIE55 && !doneIEAlphaFix)
2323 {
2424 doneIEAlphaFix = true;
2525 var plogo = document.getElementById('p-logo');

Status & tagging log