feat(tutorial): put tut back in, we just need to replace it in near future

This commit is contained in:
Tyler Renelle
2015-05-07 16:21:37 -04:00
parent 4ccfaa974f
commit 382add82c3

View File

@@ -217,7 +217,7 @@ function($rootScope, User, $timeout, $state) {
});
var goto = function(chapter, page, force) {
return; // TODO temporarily remove old tutorial system while experimenting with leslie's new gettup
//return; // TODO temporarily remove old tutorial system while experimenting with leslie's new gettup
var curr = User.user.flags.tour[chapter];
if (page != curr+1 && !force) return;
var updates = {};updates['flags.tour.'+chapter] = page;