Skip to content

Commit

Permalink
Update My-Website.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Vital-Vuillaume authored Feb 4, 2024
1 parent 8435638 commit aa418a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions My-Website.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const annuler = document.querySelector('.annuler');
//-----Afficher la section 1 par defaut----\\

window.addEventListener('load', function() {
showSection(section2);
showSection(section1);
});

//------Sauvgarde du Menu contextuel------\\
Expand Down Expand Up @@ -585,4 +585,4 @@ annuler.onclick = function() {
popup.style.opacity = 0;
section3.style.overflow = "auto";
isPopupVisible = false;
};
};

0 comments on commit aa418a3

Please sign in to comment.