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:
parent
e4bafe3c05
commit
0bd9e87b38
2 changed files with 5 additions and 22 deletions
|
@ -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"]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue