synchronize interop.js with .NET MAUI
This commit is contained in:
parent
5d8d815d84
commit
f8b58866dc
|
@ -198,7 +198,9 @@ Oqtane.Interop = {
|
|||
}
|
||||
promises.push(new Promise((resolve, reject) => {
|
||||
if (loadjs.isDefined(bundles[b])) {
|
||||
resolve(true);
|
||||
loadjs.ready(bundles[b], () => {
|
||||
resolve(true);
|
||||
});
|
||||
}
|
||||
else {
|
||||
loadjs(urls, bundles[b], {
|
||||
|
|
Loading…
Reference in New Issue
Block a user