Update samy.js

This commit is contained in:
2025-12-01 02:57:44 -05:00
parent 5553b86156
commit d9841d22b8

View File

@@ -286,7 +286,7 @@ async function triggerInstall() {
const renameCB = document.getElementById("chkRenameComputer"); const renameCB = document.getElementById("chkRenameComputer");
const newNameInput = document.getElementById("txtNewComputerName"); const newNameInput = document.getElementById("txtNewComputerName");
// Count how many "extra" tasks (rename) were doing // Count how many "extra" tasks (rename) we're doing
let extraTasks = 0; let extraTasks = 0;
if (renameCB && renameCB.checked) { if (renameCB && renameCB.checked) {
extraTasks = 1; // treat rename as one task in the progress counter extraTasks = 1; // treat rename as one task in the progress counter