Update samy.js
This commit is contained in:
2
samy.js
2
samy.js
@@ -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) we’re 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
|
||||||
|
|||||||
Reference in New Issue
Block a user