Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Vital-Vuillaume authored Aug 27, 2023
1 parent ed04571 commit 429898a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion My-Website.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ function showSection(section) {
section.style.display = 'block';
window.scrollTo(0, 0);

localStorage.setItem('activeSection', section.id);
}

btn1.addEventListener('click', function() {
Expand Down

0 comments on commit 429898a

Please sign in to comment.