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

update events

This commit is contained in:
Luke Pulverenti 2015-11-27 14:54:01 -05:00
parent 2d014a82b4
commit 87207d5872
3 changed files with 18 additions and 11 deletions

View file

@ -2483,9 +2483,10 @@ var AppInfo = {};
document.addEventListener('WebComponentsReady', function () {
setTimeout(onWebComponentsReady, 300);
var delay = $.browser.mobile ? 500 : 300;
setTimeout(onWebComponentsReady, delay);
});
require(['bower_components/webcomponentsjs/webcomponents-lite.js']);
require(['bower_components/webcomponentsjs/webcomponents-lite.min.js']);
}
})();