mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 00:03:16 +02:00
Disable going to /tutorial when finishing first step in tut
This commit is contained in:
parent
a05f681704
commit
5714535fb4
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ stepOrient.prototype = {
|
|||
},
|
||||
cleanup: function() {
|
||||
if (this.active) {
|
||||
location = "/tutorial";
|
||||
//location = "/tutorial";
|
||||
this.active = false;
|
||||
}
|
||||
if (this.overlay) {
|
||||
|
|
Loading…
Reference in a new issue