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 Feb 17, 2024
1 parent 56f353f commit effed97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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 @@ -600,4 +600,4 @@ annuler.onclick = function() {
popup.style.opacity = 0;
section3.style.overflow = "auto";
isPopupVisible = false;
};
};

0 comments on commit effed97

Please sign in to comment.