diff --git a/TGBeta.ps1 b/TGBeta.ps1 index 609e569..1cd3770 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -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;