From 56b79f07fe01184d79cd9d707e33d534802a102c Mon Sep 17 00:00:00 2001 From: Waldek Date: Sat, 2 Jan 2021 13:09:49 +0100 Subject: [PATCH] Update info_template.html --- info_template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {