disable backdrops by default for IE
This commit is contained in:
@@ -109,6 +109,12 @@
|
||||
return false;
|
||||
}
|
||||
|
||||
// It flickers too much in IE
|
||||
if ($.browser.msie) {
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!$.browser.mobile) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user