.
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
parent.addClass("current");
|
parent.addClass("current");
|
||||||
toastr.info(`User ${el.target.dataset.cid} added to exam`)
|
toastr.info(`User ${el.target.dataset.cid} added to exam`)
|
||||||
} else {
|
} else {
|
||||||
parent.removedClass("current");
|
parent.removeClass("current");
|
||||||
toastr.info(`User ${el.target.dataset.cid} removed from exam`)
|
toastr.info(`User ${el.target.dataset.cid} removed from exam`)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user