Merge pull request #1497 from MrTimscampi/splash

Add defered appLoader and splash screen
This commit is contained in:
dkanada
2020-07-01 14:15:09 +09:00
committed by GitHub
3 changed files with 59 additions and 6 deletions
+1
View File
@@ -11,6 +11,7 @@
src += `?v=${self.dashboardVersion}`;
}
script.src = src;
script.setAttribute('async', '');
if (onload) {
script.onload = onload;