Update samy.js

This commit is contained in:
2025-12-20 17:27:21 -05:00
parent fab24669de
commit 5c8b7964f8

View File

@@ -477,7 +477,7 @@ async function triggerInstall() {
}); });
// Rename checkbox / textbox // Rename checkbox / textbox
const renameCB = document.getElementById("RenameComputer"); const renameCB = document.getElementById("renameComputer");
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