Lint the JS/CSS
This commit is contained in:
parent
648c2d1cc2
commit
c419206ce1
5 changed files with 24 additions and 25 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue