From b738f99a7842e5b06c9e18fa8da6a155d3cc5240 Mon Sep 17 00:00:00 2001 From: scratcheurs25 Date: Mon, 13 Apr 2026 21:56:06 +0200 Subject: [PATCH] Update backend.js --- www/js/backend.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/js/backend.js b/www/js/backend.js index aab2cf0..05b1224 100644 --- a/www/js/backend.js +++ b/www/js/backend.js @@ -147,6 +147,7 @@ function white_timer_release(){ white_Timer.classList.remove("GreenClick") }else{ white_Timer.classList.remove("RedClick") + white_Timer.classList.remove("GreenClick") Timer.coldown_Start_White = 0; } }