diff --git a/info_template.html b/info_template.html index 21b8220..c7baaf9 100644 --- a/info_template.html +++ b/info_template.html @@ -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) {