From d4c48c5966cfa29743a65f30e855986c191160cd Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 17 Oct 2021 10:35:22 +0100 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_overview.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/anatomy/templates/anatomy/exam_overview.html b/anatomy/templates/anatomy/exam_overview.html index de7ba108..bc90da2e 100644 --- a/anatomy/templates/anatomy/exam_overview.html +++ b/anatomy/templates/anatomy/exam_overview.html @@ -179,6 +179,14 @@ $(this).remove(); sortable('.sortable'); + $("#full-question-list li").each((n, el) => { + $(el).append($( + "" + ).click(() => { + el.remove(); + })); + }) + $("#full-question-list").append($("").click(() => { new_order = []; $("#full-question-list li").each((n, el) => {