Update samy.js
This commit is contained in:
2
samy.js
2
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) => {
|
||||
|
||||
Reference in New Issue
Block a user