mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 18:22:21 +00:00
feat(tutorial): put tut back in, we just need to replace it in near future
This commit is contained in:
parent
4ccfaa974f
commit
382add82c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue