mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
feat(tutorial): put tut back in, we just need to replace it in near future
This commit is contained in:
@@ -217,7 +217,7 @@ function($rootScope, User, $timeout, $state) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
var goto = function(chapter, page, force) {
|
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];
|
var curr = User.user.flags.tour[chapter];
|
||||||
if (page != curr+1 && !force) return;
|
if (page != curr+1 && !force) return;
|
||||||
var updates = {};updates['flags.tour.'+chapter] = page;
|
var updates = {};updates['flags.tour.'+chapter] = page;
|
||||||
|
|||||||
Reference in New Issue
Block a user