mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-02-21 18:37:23 +08:00
Update script.js
This commit is contained in:
parent
6c0ba76e4c
commit
119573066d
@ -56,8 +56,8 @@ function processInfo() {
|
||||
if (msg == null || msg.length == 0) {
|
||||
|
||||
if (booting) {
|
||||
schedule();
|
||||
return true;
|
||||
schedule();
|
||||
return true;
|
||||
}
|
||||
|
||||
document.location.reload();
|
||||
@ -181,7 +181,7 @@ function connect() {
|
||||
ws.onerror = function(e) {
|
||||
ws.close();
|
||||
if (!booting) {
|
||||
document.location.reload();
|
||||
document.location.reload();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user