Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTeng committed Apr 4, 2024
1 parent 76c83de commit 25661d6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,4 @@
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
}

else {
if (myOwnFormat == 'HH:mm:ss' || myOwnFormat == 'HH:mm') {
if(document.getElementById("icon_" + pickerId)) {
var className = document.getElementById("icon_" + pickerId).className;
$("#icon_" + pickerId).removeClass(className).addClass("hcm-grid_calar_saat");
}
}
return myOwnFormat;
}
</script>

0 comments on commit 25661d6

Please sign in to comment.