diff --git a/export/exporthtml_hangman.php b/export/exporthtml_hangman.php index 9629de5..dbc3bab 100644 --- a/export/exporthtml_hangman.php +++ b/export/exporthtml_hangman.php @@ -178,7 +178,7 @@ function selectLetter(l) if (display_word.indexOf("#") == -1) { // won - alert( ""); + alert( ""); can_play = false; reset(); } @@ -195,7 +195,7 @@ if ($html->type != 'hangmanp') { ?> if (wrong_guesses == param10 + 1;?>) { // lost - alert( ""); + alert( ""); can_play = false; reset(); } @@ -362,7 +362,7 @@ var Base64 = {
- +