X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=resources%2Fsrc%2Fstartup.js;h=cc313c7c74a5011a30959ec1ec08335d42921596;hb=6f9c30c67b31b12d39f2d54b431e141869895eca;hp=596c118150a9f66e35435145407379c38e8dc41a;hpb=e8b7742f0486984af2c9928f663e896392a1af97;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/startup.js b/resources/src/startup.js index 596c118150..cc313c7c74 100644 --- a/resources/src/startup.js +++ b/resources/src/startup.js @@ -30,11 +30,11 @@ window.mwNow = ( function () { * * Browsers we support in our modern run-time (Grade A): * - Chrome 13+ - * - IE 10+ + * - IE 11+ * - Firefox 4+ * - Safari 5+ * - Opera 15+ - * - Mobile Safari 5.1+ (iOS 5+) + * - Mobile Safari 6.0+ (iOS 6+) * - Android 4.1+ * * Browsers we support in our no-javascript run-time (Grade C): @@ -86,7 +86,7 @@ window.isCompatible = function ( str ) { // support in the modern run-time. // Note: Please extend the regex instead of adding new ones !( - ua.match( /webOS\/1\.[0-4]|SymbianOS|Series60|NetFront|Opera Mini|S40OviBrowser|MeeGo|Android.+Glass|^Mozilla\/5\.0 .+ Gecko\/$|googleweblight/ ) || + ua.match( /MSIE 10|webOS\/1\.[0-4]|SymbianOS|Series60|NetFront|Opera Mini|S40OviBrowser|MeeGo|Android.+Glass|^Mozilla\/5\.0 .+ Gecko\/$|googleweblight/ ) || ua.match( /PlayStation/i ) ) );