From 5e8f0a14272a34ee9a907cd686871091364ccca0 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Thu, 3 Nov 2011 16:20:39 -0600 Subject: [PATCH] emable ie8, this is an experiement --- resources/static/include.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/static/include.js b/resources/static/include.js index cebeafc44..9979ab487 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"; -- GitLab