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