Remove async from scripts

Run SPA scripts synchronously to ensure load order
This commit is contained in:
Jim Spillane
2020-06-17 12:25:36 -04:00
parent 95053d8671
commit 975e7217a5

View File

@ -221,7 +221,7 @@ Oqtane.Interop = {
}
else {
loadjs(urls, bundles[b], {
async: true,
async: false,
returnPromise: true,
before: function (path, element) {
for (let s = 0; s < scripts.length; s++) {