mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
disable backdrops by default for IE
This commit is contained in:
parent
d861c9e1bf
commit
589ad2de70
1 changed files with 6 additions and 0 deletions
|
@ -109,6 +109,12 @@
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// It flickers too much in IE
|
||||||
|
if ($.browser.msie) {
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
if (!$.browser.mobile) {
|
if (!$.browser.mobile) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue