Skip to content

Commit dc7b1b8

Browse files
committed
checkNewUI
1 parent 66ed11e commit dc7b1b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,8 @@ qx.Class.define("osparc.Application", {
456456
osparc.data.Resources.getOne("profile")
457457
.then(profile => {
458458
if (profile) {
459+
osparc.NewUITracker.getInstance().checkNewUI();
460+
459461
this.__connectWebSocket();
460462

461463
if (osparc.auth.Data.getInstance().isGuest()) {

0 commit comments

Comments
 (0)