diff --git a/generic/templates/generic/exam_cids_edit.html b/generic/templates/generic/exam_cids_edit.html index 59e9a5a3..fce7c500 100644 --- a/generic/templates/generic/exam_cids_edit.html +++ b/generic/templates/generic/exam_cids_edit.html @@ -46,7 +46,7 @@ parent.addClass("current"); toastr.info(`User ${el.target.dataset.cid} added to exam`) } else { - parent.removedClass("current"); + parent.removeClass("current"); toastr.info(`User ${el.target.dataset.cid} removed from exam`) }