Difference between revisions of "Dev/Results"
(The two different ajax-requested team informations were "out of sync" on regions. I got rid of the Team List call since it wasn't helping anything. And fixed the parse method back to how it was, I hope.) |
(I guess I missed a line or two fixing it. Seems to work now.) |
||
Line 69: | Line 69: | ||
for (i = 0; i < arrayOfTeams.length; i++) { | for (i = 0; i < arrayOfTeams.length; i++) { | ||
//var teamObj = jQuery.extend(arrayOfTeams[i], extraTeamInfo[i]); | //var teamObj = jQuery.extend(arrayOfTeams[i], extraTeamInfo[i]); | ||
+ | var teamObj = arrayOfTeams[i]; | ||
//Take care of any teams that didn't win any awards | //Take care of any teams that didn't win any awards | ||
if (teamObj.awards.length == 0) { | if (teamObj.awards.length == 0) { |
Revision as of 03:09, 28 September 2015