Update script.js

This commit is contained in:
Kroese 2025-10-08 20:55:38 +02:00 committed by GitHub
parent 119573066d
commit 36a717d3ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,16 +138,16 @@ function setError(text) {
return setInfo(text, false, true);
}
function schedule() {
setTimeout(getInfo, interval);
}
function reload() {
setTimeout(() => {
document.location.reload();
}, 3000);
}
function schedule() {
setTimeout(getInfo, interval);
}
function connect() {
var wsUrl = getURL() + "/status";