From 25661d6e6f2b4c58fa8b3d269e0fce0904974e66 Mon Sep 17 00:00:00 2001 From: Isaac Teng <60546250+IsaacTeng@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:45:32 +0100 Subject: [PATCH] Update contact.html --- contact.html | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/contact.html b/contact.html index fbac9fb..8b115e7 100644 --- a/contact.html +++ b/contact.html @@ -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; -}