Skip to content

Commit

Permalink
Update Uppercase-Converter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Vital-Vuillaume committed Aug 2, 2023
1 parent d6e6bbf commit 0219003
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Uppercase-Converter.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 @@ -35,4 +35,4 @@ btn.onclick = function() {
setTimeout(function() {
btn.classList.remove("active");
}, 2500);
};
};

0 comments on commit 0219003

Please sign in to comment.