Lint the JS/CSS

This commit is contained in:
oobabooga 2023-12-27 09:59:23 -08:00
parent 648c2d1cc2
commit c419206ce1
5 changed files with 24 additions and 25 deletions

View file

@ -12,9 +12,9 @@ function toggle_controls(value) {
document.getElementById("chat-col").classList.remove("bigchat");
document.getElementById("chat-tab").style.paddingBottom = "";
let gallery_element = document.getElementById('gallery-extension');
let gallery_element = document.getElementById("gallery-extension");
if (gallery_element) {
gallery_element.style.display = 'block';
gallery_element.style.display = "block";
}
} else {