fixed, thinking in webgui
This commit is contained in:
parent
db20a07b27
commit
b8862f025b
|
|
@ -989,7 +989,7 @@
|
||||||
thinkingTimeout = setTimeout(() => {
|
thinkingTimeout = setTimeout(() => {
|
||||||
indicators.forEach(el => { if (el) el.style.display = 'none'; });
|
indicators.forEach(el => { if (el) el.style.display = 'none'; });
|
||||||
}, 120000);
|
}, 120000);
|
||||||
});
|
}
|
||||||
|
|
||||||
function openLightbox(mediaType, url) {
|
function openLightbox(mediaType, url) {
|
||||||
const lb = document.getElementById('lightbox');
|
const lb = document.getElementById('lightbox');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue