File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services/static-webserver/client/source/class/osparc/support Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ qx.Class.define("osparc.support.ConversationsPage", {
7373 this . _add ( control ) ;
7474 break ;
7575 case "ask-a-question-button" :
76- control = new osparc . ui . form . Button ( this . tr ( "Ask a Question" ) , "@FontAwesome5Solid/comments/14" ) . set ( {
76+ control = new qx . ui . form . Button ( this . tr ( "Ask a Question" ) , "@FontAwesome5Solid/comments/14" ) . set ( {
7777 appearance : "strong-button" ,
7878 allowGrowX : false ,
7979 center : true ,
@@ -82,7 +82,7 @@ qx.Class.define("osparc.support.ConversationsPage", {
8282 this . getChildControl ( "buttons-layout" ) . add ( control ) ;
8383 break ;
8484 case "book-a-call-button" :
85- control = new osparc . ui . form . Button ( this . tr ( "Book a Call" ) , "@FontAwesome5Solid/phone/14" ) . set ( {
85+ control = new qx . ui . form . Button ( this . tr ( "Book a Call" ) , "@FontAwesome5Solid/phone/14" ) . set ( {
8686 appearance : "strong-button" ,
8787 allowGrowX : false ,
8888 center : true ,
You can’t perform that action at this time.
0 commit comments