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

remove unecessary var for onwebcomponentsready

This commit is contained in:
vitorsemeano 2019-03-13 23:22:17 +00:00
parent 44fe392912
commit 70d66f6455

View file

@ -1293,7 +1293,6 @@ var AppInfo = {};
}
if (!window.Promise || browser.web0s) {
initialDependencies.push();
require(["components/native-promise-only/lib/npo.src"], init);
} else {
init();