From c96304f4422481f5715e8e383d2350c727809ce7 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 2 Aug 2020 19:54:19 +0100 Subject: [PATCH] fixed restart not working for quotes --- public/js/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/js/script.js b/public/js/script.js index d1a0b57d9..8c02dcd2d 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -3269,6 +3269,7 @@ $(document).keydown((event) => { if ( (config.mode === "words" && config.words < 1000) || (config.mode === "time" && config.time < 3600) || + config.mode === "quote" || (config.mode === "custom" && customTextIsRandom && customTextWordCount < 1000) ||