From 261f2444a5dcc6472943dde219c1d03ea57c028f Mon Sep 17 00:00:00 2001 From: Natsumi Date: Wed, 22 Sep 2021 16:38:58 +1200 Subject: [PATCH] Cursed caching bug fix 2 --- 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 b101e5c9..fc18d6eb 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -3030,7 +3030,7 @@ speechSynthesis.getVoices(); }); } } else { - var n = Math.floor(Math.random() * (64 + 1)) + 64; + var n = Math.floor(Math.random() * (36 + 1)) + 64; this.bulk({ fn, N,