This commit is contained in:
Ross
2021-09-08 15:26:39 +01:00
parent 5aefe4db79
commit a56898bdfd
+1 -1
View File
@@ -189,7 +189,7 @@
sortable('.sortable');
$("#full-question-list li").each((n, el) => {
$(el).append($("<span class='exam-question-delete flex-col'>[DELETE]</span>"));
$(el).append($("<span class='exam-question-delete flex-col'>[DELETE]</span>").click(() => {el.remove();}));
})
$("#full-question-list").append($("<button>Save exam order</button>").click(() => {