diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index fc37d99..5d1bc0e 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -859,7 +859,7 @@ $style = @' const runBtn = document.querySelector('.run-button'); async function triggerInstall() { - // disable the button so you can’t double‐click while work is in flight + // disable the button so you can't double-click while work is in flight runBtn.disabled = true; try {