This commit is contained in:
Ross
2021-08-16 16:08:07 +00:00
parent 8391d9b019
commit 34e77f5d4c
2 changed files with 12 additions and 9 deletions
@@ -26,11 +26,11 @@
})
//$("thead input:checked").each((n, el) => {
answer_ids = [];
$("tbody input:checked").each((n, el) => {
answer_ids.push(el.value);
})
$("#delete-selected-button").on("click", function () {
answer_ids = [];
$("tbody input:checked").each((n, el) => {
answer_ids.push(el.value);
})
$.ajax({
url: "{% url 'longs:user_answer_delete_multiple' %}",
data: {