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 ef33872 commit 1ae18ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ron2.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ function listen() {
isListening = false;
document.getElementById('talkBtn').value = "Talk to Ron!"; //change button text
document.getElementById("ronImg").src = "ron.png"; //default state
recognition.abort() //no more listening
}
}

Expand Down Expand Up @@ -62,5 +63,5 @@ function help() {
}

function about() {
alert("My Talking Ron v0.0.5\n\nProgrammed and designed by John Spahr\ngithub.com/johnspahr\n\nMade with <3 and vanilla JS!");
alert("My Talking Ron v0.0.6\n\nProgrammed and designed by John Spahr\ngithub.com/johnspahr\n\nMade with <3 and vanilla JS!");
}

0 comments on commit 1ae18ba

Please sign in to comment.