From b8862f025b2d6fde5e3cd6df7e3f2e15bc8cbbe3 Mon Sep 17 00:00:00 2001 From: duffyduck Date: Sun, 29 Mar 2026 15:10:41 +0200 Subject: [PATCH] fixed, thinking in webgui --- diagnostic/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diagnostic/index.html b/diagnostic/index.html index ec5f4e6..186d01f 100644 --- a/diagnostic/index.html +++ b/diagnostic/index.html @@ -989,7 +989,7 @@ thinkingTimeout = setTimeout(() => { indicators.forEach(el => { if (el) el.style.display = 'none'; }); }, 120000); - }); + } function openLightbox(mediaType, url) { const lb = document.getElementById('lightbox');