mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
resolve safari load issues
This commit is contained in:
parent
c3fd6c022f
commit
d6865b769d
8 changed files with 54 additions and 15 deletions
|
@ -3094,6 +3094,8 @@ var AppInfo = {};
|
|||
|
||||
require(deps, function (imageLoader, pageObjects) {
|
||||
|
||||
console.log('Loaded dependencies in onAppReady');
|
||||
|
||||
imageLoader.enableFade = browserInfo.animate && !browserInfo.mobile;
|
||||
window.ImageLoader = imageLoader;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue