From f23f9fd94fc40cd559f9f3ef1c9375138a47d6a6 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 23 Jul 2020 13:53:24 +0100 Subject: [PATCH] fixed text progress not showing up --- public/js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/script.js b/public/js/script.js index e24bdabe5..2f9ae1cf9 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -646,7 +646,7 @@ function showTimer() { }, 250 ); - } else if (config.timerStyle === "text" && config.mode === "time") { + } else if (config.timerStyle === "text") { // let op = 0.25; // if ( // $("#timerNumber").hasClass("timerSub") ||