Skip to content

Commit

Permalink
Update mobileMenu.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-Duijkersloot authored Oct 10, 2023
1 parent 6d075fc commit a89daef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/mobileMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function closeOpenSubmenus() {
if (areAllSubmenusClosed) {
menuItems.forEach(item => {
item.classList.remove('inactive');
console.log("removing class")
// console.log("removing class")
});
}

Expand Down Expand Up @@ -99,4 +99,4 @@ document.addEventListener('click', (e) => {
if (!e.target.closest('.menu-header')) {
closeOpenSubmenus();
}
});
});

0 comments on commit a89daef

Please sign in to comment.