aboutsummaryrefslogtreecommitdiff
path: root/planed.html
diff options
context:
space:
mode:
Diffstat (limited to 'planed.html')
-rw-r--r--planed.html2
1 files changed, 1 insertions, 1 deletions
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) {