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

Use CustomElements.upgradeSubtree() as an easier way of making sure the element is ready

This commit is contained in:
Vasily 2020-04-28 15:04:39 +03:00
parent e4bafe3c05
commit 0bd9e87b38
2 changed files with 5 additions and 22 deletions

View file

@ -709,10 +709,7 @@ var AppInfo = {};
onError: onRequireJsError
});
require(["fetch"], function (fetch) {
console.debug("fetch is here", fetch);
});
require(["fetch"]);
require(["polyfill"]);
require(["fast-text-encoding"]);
require(["intersection-observer"]);