Skip to content

Commit

Permalink
Website
Browse files Browse the repository at this point in the history
  • Loading branch information
Suplanus committed Aug 26, 2023
1 parent d7fd0df commit 02bbe13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
13 changes: 0 additions & 13 deletions website/site/de/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,19 +580,6 @@ <h2 class="photostack-title">Whitespace</h2>
//console.log(item)
},
});

// Get all the anchor elements inside the nav_menu
const navLinks = document.querySelectorAll(".nav_menu li a");

navLinks.forEach((link) => {
link.addEventListener("click", function (event) {
event.preventDefault();
navLinks.forEach((link) => {
link.classList.remove("active");
});
this.classList.add("active");
});
});
</script>
</body>

Expand Down
13 changes: 0 additions & 13 deletions website/site/en/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -587,19 +587,6 @@ <h2 class="photostack-title">Whitespace</h2>
//console.log(item)
},
});

// Get all the anchor elements inside the nav_menu
const navLinks = document.querySelectorAll(".nav_menu li a");

navLinks.forEach((link) => {
link.addEventListener("click", function (event) {
event.preventDefault();
navLinks.forEach((link) => {
link.classList.remove("active");
});
this.classList.add("active");
});
});
</script>
</body>

Expand Down

0 comments on commit 02bbe13

Please sign in to comment.