mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
remove unecessary var for onwebcomponentsready
This commit is contained in:
parent
44fe392912
commit
70d66f6455
@ -1293,7 +1293,6 @@ var AppInfo = {};
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!window.Promise || browser.web0s) {
|
if (!window.Promise || browser.web0s) {
|
||||||
initialDependencies.push();
|
|
||||||
require(["components/native-promise-only/lib/npo.src"], init);
|
require(["components/native-promise-only/lib/npo.src"], init);
|
||||||
} else {
|
} else {
|
||||||
init();
|
init();
|
||||||
|
Loading…
Reference in New Issue
Block a user