mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-15 01:56:18 +08:00
fixed text progress not showing up
This commit is contained in:
parent
a6379a6b67
commit
f23f9fd94f
1 changed files with 1 additions and 1 deletions
|
@ -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") ||
|
||||
|
|
Loading…
Add table
Reference in a new issue