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 @@
19
19
// png alpha transparency fixes
20
20
function fixalpha() {
21
21
// bg
22
- if (!doneIEAlphaFix)
22
+ if (isMSIE55 && !doneIEAlphaFix)
23
23
{
24
24
doneIEAlphaFix = true;
25
25
var plogo = document.getElementById('p-logo');
Status & tagging log
15:03, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r7167
[
removed:
ok
added:
old]
13:48, 18 June 2009
😂
(
talk
|
contribs
)
changed the
status
of r7167
[
removed:
new
added:
ok]