Difference between revisions of "Dev/Results"
(syntax error on last edit) |
(made arrayOfTeamAwards global for testing; put it back later) |
||
Line 29: | Line 29: | ||
success: function(data, textStatus, jqxhr) { | success: function(data, textStatus, jqxhr) { | ||
console.log("successfully got team award data, now parsing"); | console.log("successfully got team award data, now parsing"); | ||
− | + | arrayOfTeamAwards = parseTeamsToAwards(data); | |
} | } | ||
}); | }); |
Revision as of 18:29, 23 September 2015