From 6ee7a435e090837f306598ec3438182b538643b8 Mon Sep 17 00:00:00 2001 From: 0880 <98263509+0880880@users.noreply.github.com> Date: Wed, 21 Jan 2026 02:10:56 +0330 Subject: [PATCH] Set inner text for clearing stats --- game.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.html b/game.html index 90f3060..5a37d79 100644 --- a/game.html +++ b/game.html @@ -194,7 +194,7 @@ function setUI() { if (ready) { if (state == -1) { - document.getElementById('stats').textCotnent = ""; + document.getElementById('stats').innerText = ""; const now = new Date(); const differenceMs = 30 * 60 * 1000 - Math.abs(start_time.getTime() - now.getTime()); const totalSeconds = Math.floor(differenceMs / 1000);