Missed one $(task) → $task

This commit is contained in:
2016-09-22 11:24:45 +02:00
parent 6f4a5e17fa
commit 1e72d0425e

View File

@@ -114,7 +114,7 @@ function task_save(task_id, task_url) {
})
.always(function() {
$button.attr('disabled', false);
$(task).removeClass('processing');
$task.removeClass('processing');
})
;