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 66847cb commit 26752c6Copy full SHA for 26752c6
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