From d9841d22b89d6db4c669450434fd7ccff26e3a1d Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Mon, 1 Dec 2025 02:57:44 -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 c78b848..173fd3c 100644 --- a/samy.js +++ b/samy.js @@ -286,7 +286,7 @@ async function triggerInstall() { const renameCB = document.getElementById("chkRenameComputer"); const newNameInput = document.getElementById("txtNewComputerName"); - // Count how many "extra" tasks (rename) we’re doing + // Count how many "extra" tasks (rename) we're doing let extraTasks = 0; if (renameCB && renameCB.checked) { extraTasks = 1; // treat rename as one task in the progress counter