Improving the list of leagues to allow for further planning.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user