From d6f9416fece7dd8794371ddb0abaf4be3e9ab7e3 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 16 Oct 2021 12:27:09 +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 f3a4e660..cc3caaa7 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -111,7 +111,7 @@ $(".marking-list .answer").each((n, el) => { console.log(n, el, el.dataset); if (el.dataset.mark != el.dataset.newmark) { - $(el).append(`Current mark [${el.dataset.mark}]`) + $(el).appendAfter(`Current mark [${el.dataset.mark}]`) } }) })