From 090cec82422738327dfec3cf2f628d239a75b64c Mon Sep 17 00:00:00 2001 From: asandikci Date: Sun, 7 Jan 2024 16:27:11 +0300 Subject: [PATCH] hide tebrisk if new day --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 60afc73..24e4317 100644 --- a/index.php +++ b/index.php @@ -131,6 +131,7 @@ localStorage.removeItem("guesses"); localStorage.removeItem("latest_guess"); localStorage.removeItem("win"); + document.getElementById("tebriks").style.display = "none"; } localStorage.setItem("latest_visit", date); }