mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
feat(guide): temporarily remove current tutorial, add simple ? to expand help
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user