feat(guide): temporarily remove current tutorial, add simple ? to expand help

This commit is contained in:
Tyler Renelle
2015-05-06 14:27:30 -04:00
parent cb9738251f
commit 4f7c9cd445
2 changed files with 41 additions and 4 deletions

View File

@@ -217,6 +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
var curr = User.user.flags.tour[chapter];
if (page != curr+1 && !force) return;
var updates = {};updates['flags.tour.'+chapter] = page;