Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vital-Vuillaume committed Sep 29, 2024
1 parent 98ce22f commit 9c44523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msg-hash.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 hash = document.querySelector(".hash");
const txt = document.querySelector(".txt");
Expand Down

0 comments on commit 9c44523

Please sign in to comment.