From 66d8ec7ddddc34fcda36b72670551f0b431109f4 Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 17 Oct 2021 12:12:04 +0100 Subject: [PATCH] . --- templates/exam_overview_js.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/templates/exam_overview_js.html b/templates/exam_overview_js.html index 08180358..806fe3d3 100644 --- a/templates/exam_overview_js.html +++ b/templates/exam_overview_js.html @@ -109,6 +109,15 @@ $(this).remove(); sortable('.sortable'); + $("#full-question-list li").each((n, el) => { + $(el).append($( + "" + ).click(() => { + el.remove(); + })); + }) + + $("#full-question-list").append($( "" ).click(() => {