Removing league dates from League Results screen.

This commit is contained in:
marcins78@gmail.com
2012-01-13 00:58:19 +00:00
parent 00de4f33b5
commit b2ba408b48

View File

@@ -33,7 +33,7 @@ var LeagueResultsUI = Class.extend({
var start = league.getAttribute("start");
var end = league.getAttribute("end");
var leagueText = leagueName + " - " + this.getDateString(start) + " to " + this.getDateString(end);
var leagueText = leagueName;
$("#leagueResults").append("<h1 class='leagueName'>" + leagueText + "</h1>");
var tabDiv = $("<div width='100%'></div>");