Skip to content

Commit

Permalink
Update home.nocache.html
Browse files Browse the repository at this point in the history
  • Loading branch information
camilledalmeras committed May 11, 2013
1 parent 49df0ac commit 1b964a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyjs/src/pyjs/boilerplate/home.nocache.html
Expand Up @@ -25,6 +25,9 @@
}
else if (ua.indexOf('msie 9.0') != -1) {
return 'ie6';
}
else if (ua.indexOf('msie 10.0') != -1) {
return 'ie6';
}
else if (ua.indexOf('mozilla') != -1) {
var geckoIdx = ua.indexOf('gecko/');
Expand Down

0 comments on commit 1b964a9

Please sign in to comment.