mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
correctly remove tag from task
This commit is contained in:
parent
715e4e42a5
commit
211433858c
1 changed files with 0 additions and 1 deletions
|
|
@ -72,7 +72,6 @@ habitrpg.controller("TasksCtrl", ['$scope', '$rootScope', '$location', 'User', '
|
|||
};
|
||||
|
||||
$scope.toggleEdit = function(task){
|
||||
console.log(task)
|
||||
task._editing = !task._editing;
|
||||
if($rootScope.charts[task.id]) $rootScope.charts[task.id] = false;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue