Notify deletion of tasks
This commit is contained in:
@@ -341,6 +341,8 @@ function task_delete(task_id, task_etag, task_delete_url) {
|
||||
if (console) console.log('Task', task_id, 'was deleted.');
|
||||
$('#item-details').fadeOutAndClear();
|
||||
_remove_task_from_list(task_id);
|
||||
|
||||
statusBarSet('success', 'Task deleted successfully', 'pi-check');
|
||||
})
|
||||
.fail(function(xhr) {
|
||||
|
||||
|
Reference in New Issue
Block a user