Update TGBeta.ps1

This commit is contained in:
2025-01-07 01:29:20 -05:00
parent e6737bf49e
commit 469b78c537

View File

@@ -822,7 +822,7 @@ function GetHtmlContent {
}
}
async function triggerInstall() {
function triggerInstall() {
const dropdown = document.getElementById('dattoRmmDropdown');
const UID = dropdown.options[dropdown.selectedIndex].value;
const Name = dropdown.options[dropdown.selectedIndex].text;