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 committed Aug 19, 2023
1 parent e81308c commit 9a83635
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions My-Website.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ btn2.onclick = function() {
btn3.classList.remove('active');
};


btn3.onclick = function() {
if (btn3.classList.contains('active')) {
return;
Expand Down Expand Up @@ -195,7 +194,6 @@ function displaySearchResults(searchTerm) {
localStorage.setItem('previousSearch', searchTerm);
}


//-----Sauvegarde de la recherhe-----\\

window.addEventListener('load', function() {
Expand Down

0 comments on commit 9a83635

Please sign in to comment.