diff --git a/samy.js b/samy.js index 38f6127..84c48cf 100644 --- a/samy.js +++ b/samy.js @@ -701,19 +701,6 @@ document.addEventListener("DOMContentLoaded", () => { updateVisibility(); }); - // Rename computer checkbox -> show/hide text box - const renameCheckbox = document.getElementById("renameComputer"); - const renameBlock = document.getElementById("renameComputerBlock"); - - if (renameCheckbox && renameBlock) { - function updateRenameVisibility() { - renameBlock.style.display = renameCheckbox.checked ? "block" : "none"; - } - - renameCheckbox.addEventListener("change", updateRenameVisibility); - updateRenameVisibility(); - } - // Tagline rotation const taglines = [ "Fast deployments, no monkey business.",