Update StackMonkey.ps1

This commit is contained in:
2025-05-29 01:50:01 -04:00
parent 17dcaaa097
commit 979f6ba102

View File

@@ -859,7 +859,7 @@ $style = @'
const runBtn = document.querySelector('.run-button');
async function triggerInstall() {
// disable the button so you cant doubleclick while work is in flight
// disable the button so you can't double-click while work is in flight
runBtn.disabled = true;
try {