Update StackMonkey.ps1

This commit is contained in:
2025-05-29 02:11:26 -04:00
parent 2dde224072
commit 887ba2c685

View File

@@ -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 {