mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
Added "Previous" button to the end of the tour.
(Small Change)
This commit is contained in:
parent
63bc4e536d
commit
d2f45412a0
1 changed files with 22 additions and 19 deletions
|
@ -121,7 +121,10 @@ class Tour {
|
||||||
|
|
||||||
this.tour.addStep("complete", {
|
this.tour.addStep("complete", {
|
||||||
text: "Tour complete!\nIf you need any additional assistance, let us know :-)",
|
text: "Tour complete!\nIf you need any additional assistance, let us know :-)",
|
||||||
buttons: [{ text: "Done", action: this.tour.next }]
|
buttons: [
|
||||||
|
{ text: "Previous", action: this.tour.back },
|
||||||
|
{ text: "Done", action: this.tour.next }
|
||||||
|
]
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue