From b9f1fc8486f10b4a38ef6ec1b5327a9ca83ba900 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Tue, 21 Sep 2021 11:02:57 +1200 Subject: [PATCH] Cursed caching bug fix 1 --- html/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/app.js b/html/src/app.js index 34cec2a8..b101e5c9 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -3030,7 +3030,7 @@ speechSynthesis.getVoices(); }); } } else { - var n = Math.floor(Math.random() * (50 + 1)) + 50; + var n = Math.floor(Math.random() * (64 + 1)) + 64; this.bulk({ fn, N,