Skip to content

Commit

Permalink
Hangman patch
Browse files Browse the repository at this point in the history
  • Loading branch information
nayakrujul committed Nov 3, 2023
1 parent 1dfad09 commit 6a3bf56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sets/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ function check_input_hangman() {
if (hangman_num >= 8) {
document.getElementById("img").src = "../Hangman/Slide8.png";
create_wrongtbl();
return;
}
}
if (total < +document.getElementById("sld").value) {
Expand Down

0 comments on commit 6a3bf56

Please sign in to comment.