From 6553c6ba810daa57426ff487ff8e7a0878e30f03 Mon Sep 17 00:00:00 2001 From: Luckysideburn Date: Sat, 29 Oct 2022 20:29:57 +0000 Subject: [PATCH] fix --- html5/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html5/index.html b/html5/index.html index 5ca39e6..ffbe8ae 100644 --- a/html5/index.html +++ b/html5/index.html @@ -343,8 +343,8 @@ experiments: $("#logConsoleButton").text("Start Logs Tail"); $('#alert_placeholder3').replaceWith(alert_div_webtail + 'Stopping log tail'); log_tail_switch = false; - log_tail_div.style.display = "none"; - log_tail_screen.style.display = "none" + //log_tail_div.style.display = "none"; + //log_tail_screen.style.display = "none" disableLogTail(); } else { $('#alert_placeholder3').replaceWith(alert_div_webtail + 'Starting log tail');