From fbc88a7779a6a46923a18912f3cf240cf42ff2f4 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 21 Apr 2022 17:17:09 +0100 Subject: [PATCH] . --- generic/templates/generic/exam_cids_edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`) }