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