Skip to content

Commit

Permalink
https
Browse files Browse the repository at this point in the history
  • Loading branch information
Vital-Vuillaume committed Aug 15, 2024
1 parent b93f513 commit 36cd04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text-reverse.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//------Https------\\

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

const text = document.querySelector(".text");
const input = document.querySelector(".input");
Expand Down

0 comments on commit 36cd04f

Please sign in to comment.