diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html index 9f54c43d2..192443b15 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html @@ -277,7 +277,9 @@
  • Game Hall
  • Game History
  • Leagues
  • -
  • League Rules (updated)
  • +
  • Manual
  • Format Rules
  • Contribute
  • diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/leagueResultsUi.js b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/leagueResultsUi.js index 2541527d2..7c17e36cd 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/leagueResultsUi.js +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/leagueResultsUi.js @@ -68,6 +68,10 @@ var LeagueResultsUI = Class.extend({ function() { that.communication.joinLeague(leagueCode, function() { that.loadResults(); + }, { + "409": function() { + alert("You don't have enough funds to join this league."); + } }); }); };