Load scripts synchronously

This commit is contained in:
Philipp A
2017-10-20 08:31:22 +02:00
committed by GitHub
parent 80f8bf440e
commit 7532ca53d9

View File

@@ -105,6 +105,7 @@ function renderDependency(dep) {
});
// avoid jQuerys magic eval()
scripts.forEach(function(e) {
e[0].async = false;
document.head.appendChild(e[0]);
});
}