Added Toggle for Start

This commit is contained in:
2022-05-24 21:44:42 -05:00
parent 14a042ce8c
commit 2ac4037965
4 changed files with 41 additions and 17 deletions

View File

@@ -520,7 +520,7 @@
async function update() {
update_button.disabled = true
console.innerText = "Updating"
let resp = await fetch("/api/update")
let resp = await fetch("/update")
let body = await resp.text()
console.innerText = body
update_button.disabled = false