From 2b32c19ee295ba231aa2cb4d35cfd3fe362cd935 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 16 Oct 2021 12:25:49 +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 80026880..f3a4e660 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -110,7 +110,7 @@ $("button.check-review").click(() =>{ $(".marking-list .answer").each((n, el) => { console.log(n, el, el.dataset); - if (el.dataset.mark != el.dateset.newmark) { + if (el.dataset.mark != el.dataset.newmark) { $(el).append(`Current mark [${el.dataset.mark}]`) } })