Jforrester has uploaded a new change for review.
https://gerrit.wikimedia.org/r/252383
Change subject: [DONOTMERGE] startup.js Move IE8 from Grade A to Grade C
......................................................................
[DONOTMERGE] startup.js Move IE8 from Grade A to Grade C
Bug: T118303
Change-Id: Icdb2d1dbcfd3ddaa98656b2b4a2ac92ddb29197d
---
M resources/src/startup.js
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/83/252383/1
diff --git a/resources/src/startup.js b/resources/src/startup.js
index 1a10f83..631b645 100644
--- a/resources/src/startup.js
+++ b/resources/src/startup.js
@@ -32,7 +32,7 @@
// Browsers with outdated or limited JavaScript engines get the no-JS
experience
return !(
// Internet Explorer < 8
- ( ua.indexOf( 'MSIE' ) !== -1 && parseFloat( ua.split( 'MSIE'
)[ 1 ] ) < 8 ) ||
+ ( ua.indexOf( 'MSIE' ) !== -1 && parseFloat( ua.split( 'MSIE'
)[ 1 ] ) < 9 ) ||
// Firefox < 3
( ua.indexOf( 'Firefox/' ) !== -1 && parseFloat( ua.split(
'Firefox/' )[ 1 ] ) < 3 ) ||
// Opera < 12
--
To view, visit https://gerrit.wikimedia.org/r/252383
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icdb2d1dbcfd3ddaa98656b2b4a2ac92ddb29197d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits