From a57267769e45ce76bbb98f3ebd9243938e311b0d Mon Sep 17 00:00:00 2001 From: parth Date: Wed, 11 Apr 2012 19:30:05 +0530 Subject: Now compatible with IE 7 as well --- aloha/static/js/browser-check.js | 2 +- aloha/template/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aloha/static/js/browser-check.js b/aloha/static/js/browser-check.js index 3f1bfcf..7e68242 100644 --- a/aloha/static/js/browser-check.js +++ b/aloha/static/js/browser-check.js @@ -1,5 +1,5 @@ $(document).ready(function(){ - if(($.browser.msie) && ($.browser.version <=7)){ + if(($.browser.msie) && ($.browser.version <7)){ window.location="/browser-version" } if(($.browser.mozilla) && (parseInt($.browser.version) <3)){ diff --git a/aloha/template/base.html b/aloha/template/base.html index 9185e11..db38c3c 100644 --- a/aloha/template/base.html +++ b/aloha/template/base.html @@ -81,7 +81,7 @@