Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
luiandshoots committed Apr 4, 2024
1 parent b8a6c74 commit 76c83de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,13 @@
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 76c83de

Please sign in to comment.