This commit is contained in:
Ross
2021-12-12 11:08:05 +00:00
parent ab8877d497
commit f627aeec87
+1 -1
View File
@@ -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 }}",