Improving the list of leagues to allow for further planning.

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

View File

@@ -36,6 +36,8 @@ var LeagueResultsUI = Class.extend({
log(xml);
var root = xml.documentElement;
if (root.tagName == 'league') {
$("#leagueExtraInfo").html("");
var league = root;
var leagueName = league.getAttribute("name");