fixed, thinking in webgui

This commit is contained in:
duffyduck 2026-03-29 15:10:41 +02:00
parent db20a07b27
commit b8862f025b
1 changed files with 1 additions and 1 deletions

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