.
This commit is contained in:
@@ -189,7 +189,7 @@
|
|||||||
sortable('.sortable');
|
sortable('.sortable');
|
||||||
|
|
||||||
$("#full-question-list li").each((n, el) => {
|
$("#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>"));
|
||||||
})
|
})
|
||||||
|
|
||||||
$("#full-question-list").append($("<button>Save exam order</button>").click(() => {
|
$("#full-question-list").append($("<button>Save exam order</button>").click(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user