From 095ff43e733846fc1fe1bfad60670d8d627b2414 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Wed, 15 Jun 2022 23:23:44 +0100 Subject: My bad --- planed.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'planed.html') diff --git a/planed.html b/planed.html index dafd2d6..bad131e 100644 --- a/planed.html +++ b/planed.html @@ -37,7 +37,7 @@ div.msg { let loglen = 0; const logmax = 18; const timemax = 5000; - const voices = []; + let voices = []; setTimeout(() => voices = speechSynthesis.getVoices(), 100); ws.onmessage = function(ev) { -- cgit v1.2.1