Add async to scripts injected by appLoader

This commit is contained in:
MrTimscampi 2020-06-29 11:48:55 +02:00
parent 3fcb8ed00e
commit 783d476448

View File

@ -11,6 +11,7 @@
src += `?v=${self.dashboardVersion}`;
}
script.src = src;
script.setAttribute('async', '');
if (onload) {
script.onload = onload;