Split up some code for sanity #3

This commit is contained in:
Ian Renton
2025-12-23 11:51:00 +00:00
parent fd246fc17b
commit 61784e8af6
12 changed files with 341 additions and 242 deletions

View File

@@ -48,6 +48,7 @@ function restartSSEConnection() {
};
evtSource.onerror = function(err) {
evtSource.close();
setTimeout(restartSSEConnection(), 1000);
};
}