File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
services/static-webserver/client/source/class/osparc/auth/ui Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,9 @@ qx.Class.define("osparc.auth.ui.RequestAccount", {
158158 case "s4ldesktopacad" : {
159159 const application = new qx . ui . form . SelectBox ( ) ;
160160 [ {
161+ id : "other" ,
162+ label : "Other"
163+ } , {
161164 id : "Antenna_Design_for_Wireless_Communication" ,
162165 label : "Antenna Design for Wireless Communication"
163166 } , {
@@ -284,6 +287,9 @@ qx.Class.define("osparc.auth.ui.RequestAccount", {
284287 break ;
285288 default :
286289 hearOptions = [ {
290+ id : "Other" ,
291+ label : "Other"
292+ } , {
287293 id : "Search_Engine" ,
288294 label : "Search Engine"
289295 } , {
@@ -295,9 +301,6 @@ qx.Class.define("osparc.auth.ui.RequestAccount", {
295301 } , {
296302 id : "Social_Media" ,
297303 label : "Social Media"
298- } , {
299- id : "Other" ,
300- label : "Other"
301304 } ] ;
302305 break ;
303306 }
You can’t perform that action at this time.
0 commit comments