Skip to content

Commit

Permalink
remove loadDelayed (#60)
Browse files Browse the repository at this point in the history
* remove loadDelayed

* Update scripts.js
  • Loading branch information
Ruchika4 authored May 29, 2023
1 parent be703ee commit 2936d0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions creativecloud/scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,8 @@ const miloLibs = setLibs(LIBS);
}());

(async function loadPage() {
const { loadArea, loadDelayed, setConfig, loadLana } = await import(`${miloLibs}/utils/utils.js`);
const { loadArea, setConfig, loadLana } = await import(`${miloLibs}/utils/utils.js`);
setConfig({ ...CONFIG, miloLibs });
loadLana({ clientId: 'cc' });
await loadArea();
loadDelayed();
}());

0 comments on commit 2936d0b

Please sign in to comment.