Skip to content

Commit

Permalink
Revert "Fix #689 - Hangman game. Untranslated string."
Browse files Browse the repository at this point in the history
This reverts commit e4325e3.
  • Loading branch information
ignaciogros authored and pabloamayab committed Jun 12, 2023
1 parent 0c6c9a7 commit a0cd610
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ intef-exe (3:2.8.1) lucid; urgency=medium
- Fixed: DL lists. 'Show/Hide all' links removed and presentation revision. (#683)
- Fixed: TinyMCE. Wrong font-family in tables. (#680)
- Fixed: Avoid 'No clientHandleId in request' exception when reloading the main area. (#685)
- Fixed: Hangman game. Untranslated string. (#689)

* Pablo Amaya
- AppImage source files for Debian package creation. Helped by Esteban Navas (@algodelinux)
Expand Down
1 change: 0 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ intef-exe (3:2.8.1) lucid; urgency=medium
- Fixed: DL lists. 'Show/Hide all' links removed and presentation revision. (#683)
- Fixed: TinyMCE. Wrong font-family in tables. (#680)
- Fixed: Avoid 'No clientHandleId in request' exception when reloading the main area. (#685)
- Fixed: Hangman game. Untranslated string. (#689)

* Pablo Amaya
- AppImage source files for Debian package creation. Helped by Esteban Navas (@algodelinux)
Expand Down
2 changes: 1 addition & 1 deletion exe/webui/scripts/exe_games/exe_games.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ var hangMan = {
},
doClean : function(id) {
var s = document.getElementById("start-"+id);
s.value = $exe_i18n.exeGames.play;
s.value = "Jugar";
s.style.display = "inline";
$("#hangManResults"+id).hide();
$("#hangManWrapper"+id).hide();
Expand Down

0 comments on commit a0cd610

Please sign in to comment.