From c72f6c301540f3c0d4542d4a2185f3d4edee4e47 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 21 Dec 2025 19:16:58 -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 4200f57..df1d42e 100644 --- a/samy.js +++ b/samy.js @@ -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 won’t be touched) + // Only sub-options checkboxes live here (text inputs won't be touched) const subCbs = container.querySelectorAll('input[type="checkbox"]'); // ==========================================================