Skip to content

Commit 1cff8e7

Browse files
odeimaizkaiser
authored andcommitted
🎨 TIP Disclaimer (#4621)
1 parent 9e97c48 commit 1cff8e7

File tree

1 file changed

+4
-1
lines changed
  • services/static-webserver/client/source/class/osparc/data/model

1 file changed

+4
-1
lines changed

services/static-webserver/client/source/class/osparc/data/model/Node.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,10 @@ qx.Class.define("osparc.data.model.Node", {
10401040
disclaimer: this.tr("This might take a couple of minutes")
10411041
});
10421042
}
1043-
if (this.getKey() && this.getKey().includes("sim4life-lite")) {
1043+
if (
1044+
(this.getKey() && this.getKey().includes("sim4life-lite")) ||
1045+
osparc.product.Utils.isProduct("tis")
1046+
) {
10441047
// show disclaimer after 1'
10451048
setTimeout(() => {
10461049
if (loadingPage) {

0 commit comments

Comments
 (0)