Missed one $(task) → $task
This commit is contained in:
@@ -114,7 +114,7 @@ function task_save(task_id, task_url) {
|
||||
})
|
||||
.always(function() {
|
||||
$button.attr('disabled', false);
|
||||
$(task).removeClass('processing');
|
||||
$task.removeClass('processing');
|
||||
})
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user