This commit is contained in:
Luckysideburn
2022-10-29 20:29:57 +00:00
parent fafdeba84d
commit 6553c6ba81

View File

@@ -343,8 +343,8 @@ experiments:
$("#logConsoleButton").text("Start Logs Tail");
$('#alert_placeholder3').replaceWith(alert_div_webtail + 'Stopping log tail</div>');
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</div>');