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