.
This commit is contained in:
@@ -110,6 +110,9 @@
|
|||||||
$("button.check-review").click(() =>{
|
$("button.check-review").click(() =>{
|
||||||
$(".marking-list .answer").each((n, el) => {
|
$(".marking-list .answer").each((n, el) => {
|
||||||
console.log(n, el);
|
console.log(n, el);
|
||||||
|
if (el.dataset.mark != el.dateset.newmark) {
|
||||||
|
$(el).append(`Current mark [${el.dataset.mark}]`)
|
||||||
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user