From bbf5a18178d3866baa93ecdd4da2bae267eb711b Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 29 Sep 2020 00:04:12 +0100 Subject: [PATCH] fixed all filter showing undefined --- 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 5d415f03b..91fc89f0c 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -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) {