From 5714535fb404f0d44fc4b16a2e7cc0fb7b091ce0 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Mon, 19 Sep 2016 16:11:40 -0700 Subject: [PATCH] Disable going to /tutorial when finishing first step in tut --- tutorial/tutorial.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/tutorial.js b/tutorial/tutorial.js index 3ccb994ba3..1d768fe148 100644 --- a/tutorial/tutorial.js +++ b/tutorial/tutorial.js @@ -347,7 +347,7 @@ stepOrient.prototype = { }, cleanup: function() { if (this.active) { - location = "/tutorial"; + //location = "/tutorial"; this.active = false; } if (this.overlay) {