.
This commit is contained in:
@@ -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);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user