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

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