mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
1846f1afcf
commit
965bf947c8
16 changed files with 111 additions and 63 deletions
|
@ -16,7 +16,7 @@ define(['browser', 'css!./viewcontainer-lite'], function (browser) {
|
|||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
return browser.edge && !browser.mobile;
|
||||
}
|
||||
|
||||
function loadView(options) {
|
||||
|
@ -261,7 +261,7 @@ define(['browser', 'css!./viewcontainer-lite'], function (browser) {
|
|||
selectedPageIndex = -1;
|
||||
}
|
||||
|
||||
if (enableAnimation() && !document.documentElement.animate) {
|
||||
if (enableAnimation() && !browser.animate) {
|
||||
require(['webAnimations']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue