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