mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
Ported over UI code
This commit is contained in:
@@ -36,6 +36,9 @@ habitrpg.controller("TasksCtrl", ['$scope', '$rootScope', '$location', 'User','N
|
||||
},
|
||||
});
|
||||
Analytics.updateUser();
|
||||
|
||||
if (task.group.approval.required) task.group.approval.requested = true;
|
||||
$rootScope.$broadcast('task:scored', {task: task});
|
||||
}
|
||||
|
||||
$scope.score = function(task, direction) {
|
||||
|
||||
Reference in New Issue
Block a user