Skip to content

Commit 797de49

Browse files
committed
Guided tours also for s4lacad
1 parent a4a3bc3 commit 797de49

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ qx.Class.define("osparc.product.tours.Tours", {
3232
"s4l": {
3333
fetchTours: () => osparc.product.tours.Tours.fetchTours("/resource/osparc/tours/s4l_tours.json")
3434
},
35+
"s4lacad": {
36+
fetchTours: () => osparc.product.tours.Tours.fetchTours("/resource/osparc/tours/s4l_tours.json")
37+
},
3538
"tis": {
3639
fetchTours: () => osparc.product.tours.Tours.fetchTours("/resource/osparc/tours/tis_tours.json")
3740
},

0 commit comments

Comments
 (0)