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 committed Mar 21, 2024
1 parent 00a9bd9 commit b7c5b0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Site/Js/My-Website.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//------Pour que le site soit securise------\\

/*if (window.location.protocol != "https:") {
if (window.location.protocol != "https:") {
window.location.protocol="https:";
}*/
}

//------Element html------\\

Expand Down Expand Up @@ -42,7 +42,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

0 comments on commit b7c5b0d

Please sign in to comment.