This commit is contained in:
Ross
2021-12-12 11:06:22 +00:00
parent 3acdf04667
commit ab8877d497
+1 -1
View File
@@ -111,7 +111,7 @@
function getGenericData() { function getGenericData() {
selected_cids = [] selected_cids = []
$("#manage-span input:checked").each((n, el) => { $("#manage-span tbody input:checked").each((n, el) => {
selected_cids.push(el.value) selected_cids.push(el.value)
}) })
return { return {