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