From 660a423059336c0168aa2f59f91f2e95283d57b8 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Mon, 1 Sep 2025 02:52:03 -0600 Subject: [PATCH] Test --- views/acl-bulk-add.ejs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/acl-bulk-add.ejs b/views/acl-bulk-add.ejs index 3b0bc72..0de17c6 100644 --- a/views/acl-bulk-add.ejs +++ b/views/acl-bulk-add.ejs @@ -76,7 +76,7 @@ <% for (const doorName of Object.keys(doorList)) { %> <% } %> @@ -152,6 +152,7 @@ const Doors = []; tr.children[8].querySelectorAll('input[type="checkbox"]').forEach(cb => { if (cb.checked) Doors.push(cb.name); + console.log(cb.name, cb.checked); }); credentials.push({ CardNumber,