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
600fceeb54
commit
9956595625
25 changed files with 213 additions and 284 deletions
|
@ -1954,7 +1954,7 @@ var AppInfo = {};
|
|||
define("loading", [embyWebComponentsBowerPath + "/loading/loading-lite"], returnFirstDependency);
|
||||
}
|
||||
|
||||
define("multi-download", [bowerPath + '/multi-download/browser'], returnFirstDependency);
|
||||
define("multi-download", [embyWebComponentsBowerPath + '/multidownload'], returnFirstDependency);
|
||||
|
||||
if (Dashboard.isRunningInCordova() && browser.android) {
|
||||
define("fileDownloader", ['cordova/android/filedownloader'], returnFirstDependency);
|
||||
|
@ -2911,6 +2911,8 @@ var AppInfo = {};
|
|||
|
||||
deps.push('css!css/card.css');
|
||||
|
||||
console.log('onAppReady - loading dependencies');
|
||||
|
||||
require(deps, function (imageLoader, pageObjects, layoutManager) {
|
||||
|
||||
console.log('Loaded dependencies in onAppReady');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue