fixed text progress not showing up

This commit is contained in:
Jack 2020-07-23 13:53:24 +01:00
parent a6379a6b67
commit f23f9fd94f

View file

@ -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") ||