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');