mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-03-05 16:27:24 +08:00
Update script.js
This commit is contained in:
parent
119573066d
commit
36a717d3ce
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user