From 89403f0c821e396eb6ca1de60ed8259c387ab760 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 16 Oct 2021 12:24:32 +0100 Subject: [PATCH] . --- rapids/templates/rapids/mark.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html index 751bc5fc..80026880 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -109,7 +109,7 @@ $(document).ready(() => { $("button.check-review").click(() =>{ $(".marking-list .answer").each((n, el) => { - console.log(n, el); + console.log(n, el, el.dataset); if (el.dataset.mark != el.dateset.newmark) { $(el).append(`Current mark [${el.dataset.mark}]`) }