1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-04-18 16:43:57 -04:00
parent 600fceeb54
commit 9956595625
25 changed files with 213 additions and 284 deletions

View file

@ -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');