From 742d39d54699ec3d7b8cdcf29dbe7dc10614602e Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Mon, 1 Dec 2025 03:17:43 -0500 Subject: [PATCH] Update samy.js --- samy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/samy.js b/samy.js index 9e29952..b301f7f 100644 --- a/samy.js +++ b/samy.js @@ -443,7 +443,6 @@ document.addEventListener("DOMContentLoaded", () => { } renameCheckbox.addEventListener("change", updateRenameVisibility); - // Ensure correct initial state on load updateRenameVisibility(); }