fixed livewpm not working with bar tmier

This commit is contained in:
Jack 2020-08-27 02:11:27 +01:00
parent b7b59de7be
commit 3cbf46d181

View file

@ -2604,7 +2604,7 @@ function showLiveWpm() {
if (!testActive) return;
if (config.timerStyle === "mini") {
$("#miniTimerAndLiveWpm .wpm").css("opacity", config.timerOpacity);
} else if (config.timerStyle === "text") {
} else {
$("#liveWpm").css("opacity", config.timerOpacity);
}
// if (config.timerStyle === "text") {