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 2903e09 commit c509beaCopy full SHA for c509bea
services/static-webserver/client/source/class/osparc/product/TIPTeaser.js
@@ -36,6 +36,8 @@ qx.Class.define("osparc.product.TIPTeaser", {
36
37
this.getChildControl("teaser-text");
38
39
+ osparc.utils.Utils.setIdToWidget(self, "tipTeaserWindow");
40
+
41
const closeBtn = this.getChildControl("close-button");
42
osparc.utils.Utils.setIdToWidget(closeBtn, "tipTeaserWindowCloseBtn");
43
},
0 commit comments