fixed all filter showing undefined

This commit is contained in:
Jack 2020-09-29 00:04:12 +01:00
parent f404554b4b
commit bbf5a18178

View file

@ -2253,7 +2253,7 @@ function showResult(difficultyFailed = false) {
let testType = "";
if (config.mode === "quote") {
let qlen;
let qlen = '';
if (config.quoteLength === 0) {
qlen = "short ";
}else if (config.quoteLength === 1) {