r74198 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74197‎ | r74198 | r74199 >
Date:11:19, 3 October 2010
Author:catrope
Status:ok
Tags:
Comment:
1.16wmf4: MFT r73978
Modified paths:
  • /branches/wmf/1.16wmf4/skins/common/wikibits.js (modified) (history)

Diff [purge]

Index: branches/wmf/1.16wmf4/skins/common/wikibits.js
@@ -29,7 +29,7 @@
3030 // avoiding false positives from moronic extensions that append to the IE UA
3131 // string (bug 23171)
3232 var ie6_bugs = false;
33 -if ( /MSIE ([0-9]{1,}[\.0-9]{0,})/.exec( clientPC ) != null
 33+if ( /msie ([0-9]{1,}[\.0-9]{0,})/.exec( clientPC ) != null
3434 && parseFloat( RegExp.$1 ) <= 6.0 ) {
3535 ie6_bugs = true;
3636 }
@@ -1051,4 +1051,3 @@
10521052 // For future use.
10531053 mw = {};
10541054
1055 -
Property changes on: branches/wmf/1.16wmf4/skins/common/wikibits.js
___________________________________________________________________
Modified: svn:mergeinfo
10561055 Merged /trunk/phase3/skins/common/wikibits.js:r73978

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r73978Fix IEFixes.js loading again...simetrical20:05, 29 September 2010

Status & tagging log