Skip to content

Commit

Permalink
fix tournament reminder client-side translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jan 5, 2015
1 parent a1ac30a commit 713c597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/i18n/src/main/JsDump.scala
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ private[i18n] final class JsDump(
keys.challengeToPlay,
keys.youNeedAnAccountToDoThat,
keys.createANewTournament,
keys.withdraw,
keys.join,
keys.joinTheGame,
keys.tournamentIsStarting)
Expand Down
1 change: 1 addition & 0 deletions public/javascripts/big.js
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ lichess.storage = {
$('#tournament_reminder').remove();
return false;
});
$('body').trigger('lichess.content_loaded');
}
},
challengeReminder: function(data) {
Expand Down

0 comments on commit 713c597

Please sign in to comment.