[backend/razor] Reformat code
This commit is contained in:
parent
8a806c611f
commit
e73b68dc0d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
function toggleHamburger(e) {
|
function toggleHamburger(e) {
|
||||||
e.preventDefault()
|
e.preventDefault();
|
||||||
|
|
||||||
for (let el of document.getElementsByClassName("hamburger-menu")) {
|
for (let el of document.getElementsByClassName("hamburger-menu")) {
|
||||||
if (el.classList.contains("hidden")) {
|
if (el.classList.contains("hidden")) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue