From 3f6c0c3477ed908f78b72a41735b6497015bafc5 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 16 Oct 2021 12:29:41 +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 a4a724fc..9b8ec793 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).appendAfter(`Current mark [${el.dataset.mark}]`) + $(el).after(`Current mark [${el.dataset.mark}]`) } }) $("button.check-review").hide()