1
0
Fork 0

Compare commits

...

1 Commits

1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ function fillinWord(){
}
document.getElementById("text-content").addEventListener("click", fillinWord, false);
function read(s){
reader.cancel();
var msg = new SpeechSynthesisUtterance(s);
reader.speak(msg);
}