fixed, thinking in webgui

This commit is contained in:
2026-03-29 15:10:41 +02:00
parent db20a07b27
commit b8862f025b
+1 -1
View File
@@ -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');