Skip to content
Snippets Groups Projects
Commit 5454e5fd authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

disable IE8 in train-2011.11.17 due to a couple browser specific blockers

parent 5817e984
No related branches found
No related tags found
No related merge requests found
......@@ -582,7 +582,7 @@
function checkIE() {
var ieVersion = getInternetExplorerVersion(),
ieNosupport = ieVersion > -1 && ieVersion < 8;
ieNosupport = ieVersion > -1 && ieVersion < 9;
if(ieNosupport) {
return "IE_VERSION";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment