Update StackMonkey.ps1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user