mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
Tweak tour
This commit is contained in:
parent
4f28e1c91e
commit
c91a895f9d
1 changed files with 4 additions and 2 deletions
|
@ -145,8 +145,10 @@ class Tour {
|
|||
|
||||
let result = [];
|
||||
if(!no_prev) result.push(prev);
|
||||
if(!no_continue) result.push(next);
|
||||
result.push(exit);
|
||||
if(!no_continue) {
|
||||
result.push(next);
|
||||
result.push(exit);
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue