From c4a9aefd5845ed248641cb576518c0d2d1bd89cf Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 20 Dec 2025 21:00:51 -0500 Subject: [PATCH] Update samy.js --- samy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samy.js b/samy.js index f654cec..96c7368 100644 --- a/samy.js +++ b/samy.js @@ -98,7 +98,7 @@ function toggleColumn(col) { `selectAll${col[0].toUpperCase() + col.slice(1)}Checkbox` ); const children = document.querySelectorAll( - `#onboardTab input[type=checkbox][data-column=${col}]` + `#onboardTab input[type=checkbox][data-column="${col}"]` ); children.forEach((cb) => {