Skip to content

Commit d5017a5

Browse files
committed
comments
1 parent 9595b93 commit d5017a5

File tree

1 file changed

+3
-0
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+3
-0
lines changed

services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,10 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
364364
this.getCurrentWorkspaceId() === null &&
365365
this.getCurrentFolderId() === null
366366
) {
367+
// It is!
368+
// Open Support Center
367369
osparc.support.SupportCenter.openWindow();
370+
// and open the Introductory Quick Start if any
368371
const quickStartInfo = osparc.product.quickStart.Utils.getQuickStart();
369372
if (quickStartInfo) {
370373
const dontShowQuickStart = osparc.utils.Utils.localCache.getLocalStorageItem(quickStartInfo.localStorageStr);

0 commit comments

Comments
 (0)