From 887ba2c685122d9ad8a1dacfa87ad3cec8b81d0e Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Thu, 29 May 2025 02:11:26 -0400 Subject: [PATCH] Update StackMonkey.ps1 --- StackMonkey.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index cc5c0e2..6a48aee 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -874,10 +874,11 @@ $style = @' - const runBtn = document.querySelector('.run-button'); + async function triggerInstall() { // disable the button so you can't double-click while work is in flight + const runBtn = document.querySelector('.run-button'); runBtn.disabled = true; try {