.
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
function getGenericData() {
|
||||
selected_cids = []
|
||||
$("#manage-span tbody input:checked").each((n, el) => {
|
||||
selected_cids.push(el.value)
|
||||
selected_cids.push(parseInt(el.value));
|
||||
})
|
||||
return {
|
||||
csrfmiddlewaretoken: "{{ csrf_token }}",
|
||||
|
||||
Reference in New Issue
Block a user