From 8f93926e1bc6e96fc11b4d0d201025022d471de7 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Tue, 4 Jan 2011 12:24:29 +0100 Subject: update to MediaWiki 1.16.1 --- skins/common/wikibits.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skins') diff --git a/skins/common/wikibits.js b/skins/common/wikibits.js index acdd7281..94f23a9c 100644 --- a/skins/common/wikibits.js +++ b/skins/common/wikibits.js @@ -29,7 +29,7 @@ if (clientPC.indexOf('opera') != -1) { // avoiding false positives from moronic extensions that append to the IE UA // string (bug 23171) var ie6_bugs = false; -if ( /MSIE ([0-9]{1,}[\.0-9]{0,})/.exec( clientPC ) != null +if ( /msie ([0-9]{1,}[\.0-9]{0,})/.exec( clientPC ) != null && parseFloat( RegExp.$1 ) <= 6.0 ) { ie6_bugs = true; } -- cgit v1.2.2