Skip to content

Commit 82be880

Browse files
odeimaizCopilot
andauthored
Update services/static-webserver/client/source/class/osparc/Application.js
Co-authored-by: Copilot <[email protected]>
1 parent 5cc4382 commit 82be880

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

services/static-webserver/client/source/class/osparc/Application.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ qx.Class.define("osparc.Application", {
6464
}
6565

6666
// libs
67-
await osparc.wrapper.DOMPurify.getInstance().init();
68-
await osparc.wrapper.IntlTelInput.getInstance().init();
67+
await Promise.all([
68+
osparc.wrapper.DOMPurify.getInstance().init(),
69+
osparc.wrapper.IntlTelInput.getInstance().init()
70+
]);
6971

7072
// trackers
7173
osparc.announcement.Tracker.getInstance().startTracker();

0 commit comments

Comments
 (0)