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 a4a3bc3 commit 797de49Copy full SHA for 797de49
services/static-webserver/client/source/class/osparc/product/tours/Tours.js
@@ -32,6 +32,9 @@ qx.Class.define("osparc.product.tours.Tours", {
32
"s4l": {
33
fetchTours: () => osparc.product.tours.Tours.fetchTours("/resource/osparc/tours/s4l_tours.json")
34
},
35
+ "s4lacad": {
36
+ fetchTours: () => osparc.product.tours.Tours.fetchTours("/resource/osparc/tours/s4l_tours.json")
37
+ },
38
"tis": {
39
fetchTours: () => osparc.product.tours.Tours.fetchTours("/resource/osparc/tours/tis_tours.json")
40
0 commit comments