mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2025-05-25 10:52:24 -04:00
Update info_template.html
This commit is contained in:
parent
426cc886a8
commit
56b79f07fe
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user