mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
challenges: better syncing of new, updated, & deleted tasks from
challenge to user. start with task.challenge.broken code
This commit is contained in:
@@ -130,7 +130,6 @@ habitrpg
|
||||
scope.obj = scope[attrs.obj];
|
||||
scope.main = attrs.main;
|
||||
|
||||
|
||||
scope.lists = [
|
||||
{
|
||||
header: 'Habits',
|
||||
@@ -154,7 +153,6 @@ habitrpg
|
||||
tasks: scope.obj.rewards
|
||||
}
|
||||
];
|
||||
scope.editable = true;
|
||||
}
|
||||
}
|
||||
}]);
|
||||
|
||||
Reference in New Issue
Block a user