Update StackMonkey.ps1
This commit is contained in:
@@ -859,7 +859,7 @@ $style = @'
|
|||||||
const runBtn = document.querySelector('.run-button');
|
const runBtn = document.querySelector('.run-button');
|
||||||
|
|
||||||
async function triggerInstall() {
|
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;
|
runBtn.disabled = true;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user