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