Skip to content

Commit

Permalink
Update ron2.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSpahr committed May 29, 2024
1 parent f910ce9 commit 593ec45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ron2.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ function listen() {

function speak() {
if (isListening) { //only run if listening
document.getElementById("ronImg").src = "ron.png";
try { //If browser supports the speech recognition feature.
const instructions = document.getElementById("tipTxt");
const SpeechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition;
Expand Down Expand Up @@ -58,5 +57,5 @@ function help() {
}

function about() {
alert("My Talking Ron v0.0.3\n\nProgrammed and designed by John Spahr\ngithub.com/johnspahr");
alert("My Talking Ron v0.0.4\n\nProgrammed and designed by John Spahr\ngithub.com/johnspahr");
}

0 comments on commit 593ec45

Please sign in to comment.