.
This commit is contained in:
@@ -114,7 +114,7 @@ $(document).ready(function () {
|
||||
function addToExam(evt) {
|
||||
|
||||
let ids = []
|
||||
$("table input:checked").each((n, el) => {
|
||||
$("tbody input:checked").each((n, el) => {
|
||||
ids.push(el.value)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user