Skip to content

Commit

Permalink
Fixed Some More Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolf4713 committed Jan 2, 2025
1 parent 9524aa1 commit 9632e49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bulma.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ document.addEventListener('DOMContentLoaded', () => {
// Add a click event on each of them
$navbarBurgers.forEach( el => {
el.addEventListener('click', () => {
console.log("madarchod")
// Get the target from the "data-target" attribute
const target = el.dataset.target;
const $target = document.getElementById("navbar-menu");
Expand Down

0 comments on commit 9632e49

Please sign in to comment.