From 590daa9dc8b41b3cc9ff975d398063d1821a7ae3 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Wed, 14 Dec 2011 08:53:09 -0700
Subject: [PATCH] re-enable IE8 in dev.  issue #753

---
 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 85d9309bc..2909a6f79 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";
-- 
GitLab