From 5c8b7964f8c648e6ccc39ef6855e36fa76887109 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 20 Dec 2025 17:27:21 -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 a015fd6..f654cec 100644 --- a/samy.js +++ b/samy.js @@ -477,7 +477,7 @@ async function triggerInstall() { }); // Rename checkbox / textbox - const renameCB = document.getElementById("RenameComputer"); + const renameCB = document.getElementById("renameComputer"); const newNameInput = document.getElementById("txtNewComputerName"); // Count how many "extra" tasks (rename) we're doing