kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Fixed mac "Full Stop" on startup
rodzic
bc6cf78341
commit
c9f2e60163
|
@ -12771,7 +12771,7 @@ function initSpeech()
|
||||||
{
|
{
|
||||||
nodeTimers.setTimeout(timedGetVoices, 500);
|
nodeTimers.setTimeout(timedGetVoices, 500);
|
||||||
};
|
};
|
||||||
var msg = new SpeechSynthesisUtterance(".");
|
var msg = new SpeechSynthesisUtterance("\n");
|
||||||
msg.lang = GT.localeString;
|
msg.lang = GT.localeString;
|
||||||
window.speechSynthesis.speak(msg);
|
window.speechSynthesis.speak(msg);
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue