This commit is contained in:
Ross
2021-09-29 22:20:35 +01:00
parent d1155da4e6
commit a2ab18106f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -484,7 +484,7 @@ window.create_popup_window = create_popup_window
function delete_multiple(url, csrf_token) {
answer_ids = [];
let answer_ids = [];
$("tbody input:checked").each((n, el) => {
answer_ids.push(el.value);
})