mirror of
https://github.com/vladmandic/automatic
synced 2026-08-26 15:16:01 +02:00
remove typo
This commit is contained in:
@@ -12,7 +12,6 @@ async function logMonitor() {
|
||||
if (!logMonitorEl) logMonitorEl = document.getElementById('logMonitorData');
|
||||
if (!logMonitorEl) return;
|
||||
const lines = await res.json();
|
||||
console.log('HERE', logMonitorEl && lines?.length, opts.logmonitor_show);
|
||||
if (logMonitorEl && lines?.length > 0) logMonitorEl.parentElement.parentElement.style.display = opts.logmonitor_show ? 'block' : 'none';
|
||||
for (const line of lines) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user