X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fstartup.js;h=a62cc9d6642df64265a912cc29e95bd91030b688;hb=ccf85402b27947bdeffa7b515af2f494347560ca;hp=56bb3d3c109f42ca8d589d52932a1dd063ff43bc;hpb=87d5dac86bf1aafa48cc1c78ef465242a87adc37;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/startup.js b/resources/src/startup.js index 56bb3d3c10..a62cc9d664 100644 --- a/resources/src/startup.js +++ b/resources/src/startup.js @@ -25,8 +25,8 @@ function isCompatible( ua ) { // Browsers with outdated or limited JavaScript engines get the no-JS experience return !( - // Internet Explorer < 7 - ( ua.indexOf( 'MSIE' ) !== -1 && parseFloat( ua.split( 'MSIE' )[1] ) < 7 ) || + // Internet Explorer < 8 + ( ua.indexOf( 'MSIE' ) !== -1 && parseFloat( ua.split( 'MSIE' )[1] ) < 8 ) || // Firefox < 3 ( ua.indexOf( 'Firefox/' ) !== -1 && parseFloat( ua.split( 'Firefox/' )[1] ) < 3 ) || // Opera < 12