mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 18:38:25 -07:00
Add async to scripts injected by appLoader
This commit is contained in:
parent
3fcb8ed00e
commit
783d476448
@ -11,6 +11,7 @@
|
||||
src += `?v=${self.dashboardVersion}`;
|
||||
}
|
||||
script.src = src;
|
||||
script.setAttribute('async', '');
|
||||
|
||||
if (onload) {
|
||||
script.onload = onload;
|
||||
|
Loading…
Reference in New Issue
Block a user