Update samy.js

This commit is contained in:
2025-12-21 19:16:58 -05:00
parent 3f1772224a
commit c72f6c3015

View File

@@ -670,7 +670,7 @@ document.addEventListener("DOMContentLoaded", () => {
// Show/hide the sub-options panel
container.style.display = checked ? "block" : "none";
// Only sub-options checkboxes live here (text inputs wont be touched)
// Only sub-options checkboxes live here (text inputs won't be touched)
const subCbs = container.querySelectorAll('input[type="checkbox"]');
// ==========================================================