Update TGBeta.ps1

This commit is contained in:
2025-01-07 01:27:12 -05:00
parent ffd7333d1b
commit e6737bf49e

View File

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