Fixing various client issues.
This commit is contained in:
@@ -277,7 +277,9 @@
|
||||
<li><a href="#gameHall">Game Hall</a></li>
|
||||
<li><a href="includes/gameHistory.html">Game History</a></li>
|
||||
<li><a href="includes/leagueResults.html">Leagues</a></li>
|
||||
<li><a href="includes/leagueRules.html">League Rules (updated)</a></li>
|
||||
<script type="text/javascript">
|
||||
document.write('<li><a href="includes/leagueRules.html?_=' + (new Date().getTime()) + '">League Rules (updated)</a></li>');
|
||||
</script>
|
||||
<li><a href="includes/instruction.html">Manual</a></li>
|
||||
<li><a href="/gemp-lotr/server/hall/formats/html">Format Rules</a></li>
|
||||
<li><a href="includes/contribute.html">Contribute</a></li>
|
||||
|
||||
@@ -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.");
|
||||
}
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user