Skip to content

Commit

Permalink
Merge pull request #24 from kqngo/features
Browse files Browse the repository at this point in the history
allow gameboard visible in cats game
  • Loading branch information
kqngo authored Apr 22, 2017
2 parents acf469c + da48e8a commit d8de0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scripts/game/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const printWinStats = function () {
}

const tiedGame = function () {
// $('#gameboard').show()
$('#gameboard').show()
$('#gameResultModal').show()

setResultMessage('Cats Game - You tied!')
Expand Down

0 comments on commit d8de0da

Please sign in to comment.