summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author=Parth Buch2012-04-02 16:03:16 +0530
committerroot2012-04-02 16:03:16 +0530
commit816f93c379cc6c42c7b4a5cc929161b4cef8c6ba (patch)
tree64b4aad88208d38e53b179ab1baf7bbff763b3eb
parenteaec4970544064a94a26e6a1137908004ccfcc58 (diff)
downloadaloha-816f93c379cc6c42c7b4a5cc929161b4cef8c6ba.tar.gz
aloha-816f93c379cc6c42c7b4a5cc929161b4cef8c6ba.tar.bz2
aloha-816f93c379cc6c42c7b4a5cc929161b4cef8c6ba.zip
commits from dwaita
-rw-r--r--aloha/template/allotter/apply.html2
-rw-r--r--aloha/template/allotter/login.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/aloha/template/allotter/apply.html b/aloha/template/allotter/apply.html
index 9189828..e6958dc 100644
--- a/aloha/template/allotter/apply.html
+++ b/aloha/template/allotter/apply.html
@@ -9,7 +9,7 @@ $(document).ready(function(){
if(($.browser.msie) && ($.browser.version <=8)){
window.location="/browser-version"
}
- if(($.browser.mozilla) && (parseInt($.browser.version) <=7)){
+ if(($.browser.mozilla) && (parseInt($.browser.version) <=5)){
window.location="/browser-version"
}
if(($.browser.webkit) && (parseInt($.browser.version <=530))){
diff --git a/aloha/template/allotter/login.html b/aloha/template/allotter/login.html
index 8f7e755..ca8dc57 100644
--- a/aloha/template/allotter/login.html
+++ b/aloha/template/allotter/login.html
@@ -8,7 +8,7 @@ $(document).ready(function(){
if(($.browser.msie) && ($.browser.version <=8)){
window.location="/browser-version"
}
- if(($.browser.mozilla) && (parseInt($.browser.version) <=7)){
+ if(($.browser.mozilla) && (parseInt($.browser.version) <=5)){
window.location="/browser-version"
}
if(($.browser.webkit) && (parseInt($.browser.version <=530))){