fixed, thinking in webgui
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user