mirror of
https://github.com/lubosz/overte.git
synced 2025-06-02 07:30:18 +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() {
|
cleanup: function() {
|
||||||
if (this.active) {
|
if (this.active) {
|
||||||
location = "/tutorial";
|
//location = "/tutorial";
|
||||||
this.active = false;
|
this.active = false;
|
||||||
}
|
}
|
||||||
if (this.overlay) {
|
if (this.overlay) {
|
||||||
|
|
Loading…
Reference in a new issue