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);