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); }