Merge pull request #624 from jimspillane/RemoveAsyncFromLoadJS

Remove async from scripts
This commit is contained in:
Shaun Walker 2020-06-17 14:20:59 -04:00 committed by GitHub
commit 9e633d2d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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++) {