Improving the list of leagues to allow for further planning.

This commit is contained in:
marcins78@gmail.com
2012-04-19 14:32:31 +00:00
parent 805a903c8c
commit f097b2471a

View File

@@ -48,8 +48,7 @@ var LeagueResultsUI = Class.extend({
var member = league.getAttribute("member");
var joinable = league.getAttribute("joinable");
var leagueText = leagueName;
$("#leagueExtraInfo").append("<div class='leagueName'>" + leagueText + "</div>");
$("#leagueExtraInfo").append("<div class='leagueName'>" + leagueName + "</div>");
var costStr = formatPrice(cost);
$("#leagueExtraInfo").append("<div class='leagueCost'><b>Cost:</b> " + costStr + "</div>");