Update script.js

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

View File

@ -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();
}
};
}