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