Disable going to /tutorial when finishing first step in tut

This commit is contained in:
Ryan Huffman 2016-09-19 16:11:40 -07:00
parent a05f681704
commit 5714535fb4

View file

@ -347,7 +347,7 @@ stepOrient.prototype = {
},
cleanup: function() {
if (this.active) {
location = "/tutorial";
//location = "/tutorial";
this.active = false;
}
if (this.overlay) {