Skip to content

Commit f99c34c

Browse files
committed
tags tip teaser close button
1 parent 0aa9460 commit f99c34c

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

services/static-webserver/client/source/class/osparc/product/TIPTeaser.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ qx.Class.define("osparc.product.TIPTeaser", {
3535
});
3636

3737
this.getChildControl("teaser-text");
38+
39+
const closeBtn = this.getChildControl("close-button");
40+
osparc.utils.Utils.setIdToWidget(closeBtn, "tipTeaserWindowCloseBtn");
3841
},
3942

4043
statics: {

0 commit comments

Comments
 (0)