Update samy.js

This commit is contained in:
2025-12-21 18:59:13 -05:00
parent 6e13d87647
commit 602cace78b

13
samy.js
View File

@@ -701,19 +701,6 @@ document.addEventListener("DOMContentLoaded", () => {
updateVisibility(); 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 // Tagline rotation
const taglines = [ const taglines = [
"Fast deployments, no monkey business.", "Fast deployments, no monkey business.",