We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ed11e commit dc7b1b8Copy full SHA for dc7b1b8
services/static-webserver/client/source/class/osparc/Application.js
@@ -456,6 +456,8 @@ qx.Class.define("osparc.Application", {
456
osparc.data.Resources.getOne("profile")
457
.then(profile => {
458
if (profile) {
459
+ osparc.NewUITracker.getInstance().checkNewUI();
460
+
461
this.__connectWebSocket();
462
463
if (osparc.auth.Data.getInstance().isGuest()) {
0 commit comments