diff --git a/resources/static/include.js b/resources/static/include.js index cebeafc44cb225688d5ed9b36a062a33f9492e5f..9979ab4872895cf9b14db72ad430b5591c396229 100644 --- a/resources/static/include.js +++ b/resources/static/include.js @@ -582,7 +582,7 @@ function checkIE() { var ieVersion = getInternetExplorerVersion(), - ieNosupport = ieVersion > -1 && ieVersion < 9; + ieNosupport = ieVersion > -1 && ieVersion < 8; if(ieNosupport) { return "IE_VERSION";