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"]'); // ==========================================================