Update samy.js
This commit is contained in:
2
samy.js
2
samy.js
@@ -670,7 +670,7 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||||||
// Show/hide the sub-options panel
|
// Show/hide the sub-options panel
|
||||||
container.style.display = checked ? "block" : "none";
|
container.style.display = checked ? "block" : "none";
|
||||||
|
|
||||||
// Only sub-options checkboxes live here (text inputs won’t be touched)
|
// Only sub-options checkboxes live here (text inputs won't be touched)
|
||||||
const subCbs = container.querySelectorAll('input[type="checkbox"]');
|
const subCbs = container.querySelectorAll('input[type="checkbox"]');
|
||||||
|
|
||||||
// ==========================================================
|
// ==========================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user