Skip to content

Commit

Permalink
Update Time-Converter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Vital-Vuillaume authored Aug 2, 2023
1 parent 12af0d0 commit a3cc723
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Time-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 @@ -50,4 +50,4 @@ function limitNumberLength(input, maxLength) {
if (input.value.length > maxLength) {
input.value = input.value.slice(0, maxLength);
}
}
}

0 comments on commit a3cc723

Please sign in to comment.