commit | 2f7e5407574567084902168891e14ba86566bc5a | [log] [tgz] |
---|---|---|
author | hebasta <stallkamp@ids-mannheim.de> | Tue Nov 02 20:09:38 2021 +0100 |
committer | hebasta <stallkamp@ids-mannheim.de> | Tue Nov 02 20:17:38 2021 +0100 |
tree | ab3435209079f91c06901b87273807f25d641eb6 | |
parent | bd53f8225e85fbecc804b34a88c38f227d91425c [diff] |
Guided Tour: positions first step (fixes #150) Change-Id: I517453e337cf2226feadb5517804fed096ba9617
diff --git a/dev/js/src/tour/tours.js b/dev/js/src/tour/tours.js index cf0857c..cc7caf6 100644 --- a/dev/js/src/tour/tours.js +++ b/dev/js/src/tour/tours.js
@@ -92,9 +92,11 @@ //steps of the example tour let Steps =[ - { + { + element: '#link-guided-tour', title: loc.TOUR_welcti, intro: loc.TOUR_welc, + position: 'right', }, { element: '#q-field',