This commit is contained in:
Ross
2021-10-16 22:19:00 +01:00
parent e5486e90f4
commit b018ee8a15
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)
})
+1 -1
View File
@@ -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)
})