From 9df26a70de4d77daa7947c74a1e5b44ec473f1f6 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 21 Dec 2025 19:49:21 -0500 Subject: [PATCH] Update samy.js --- samy.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/samy.js b/samy.js index 90a2626..ecf313b 100644 --- a/samy.js +++ b/samy.js @@ -756,12 +756,12 @@ document.addEventListener("DOMContentLoaded", () => { // Keep your Datto UI show/hide behavior - if (taskId === "installDattoRMM") { - const pwdBox = document.getElementById("PasswordContainer"); - const rmmBox = document.getElementById("dattoRmmContainer"); - if (pwdBox) pwdBox.style.display = checked ? "block" : "none"; - if (rmmBox) rmmBox.style.display = checked ? "block" : "none"; - } + // if (taskId === "installDattoRMM") { + // const pwdBox = document.getElementById("PasswordContainer"); + // const rmmBox = document.getElementById("dattoRmmContainer"); + // if (pwdBox) pwdBox.style.display = checked ? "block" : "none"; + // if (rmmBox) rmmBox.style.display = checked ? "block" : "none"; + // } } masterCheckbox.addEventListener("change", updateVisibility);