Update info_template.html

This commit is contained in:
Waldek 2021-01-02 13:09:49 +01:00 committed by GitHub
parent 426cc886a8
commit 56b79f07fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
}
sock.onclose = function(e) {
log("Connection closed (wasClean = " + e.wasClean + ", code = " + e.code + ", reason = '" + e.reason + "')");
main_table.innerHTML = "";
info_table.innerHTML = "";
sock = null;
}
sock.onmessage = function(e) {