File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
services/static-webserver/client/source/class/osparc/product/tours Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ qx.Class.define("osparc.product.tours.Tours", {
2626
2727 statics : {
2828 TOURS : {
29- "s4llite" : {
30- fetchTours : ( ) => osparc . product . tours . Tours . fetchTours ( "/resource/osparc/tours/s4llite_tours.json" )
31- } ,
3229 "s4l" : {
3330 fetchTours : ( ) => osparc . product . tours . Tours . fetchTours ( "/resource/osparc/tours/s4l_tours.json" )
3431 } ,
3532 "s4lacad" : {
3633 fetchTours : ( ) => osparc . product . tours . Tours . fetchTours ( "/resource/osparc/tours/s4l_tours.json" )
3734 } ,
35+ "s4llite" : {
36+ fetchTours : ( ) => osparc . product . tours . Tours . fetchTours ( "/resource/osparc/tours/s4llite_tours.json" )
37+ } ,
3838 "tis" : {
3939 fetchTours : ( ) => osparc . product . tours . Tours . fetchTours ( "/resource/osparc/tours/tis_tours.json" )
4040 } ,
You can’t perform that action at this time.
0 commit comments