Skip to content

Commit 97e7d62

Browse files
committed
retreiving all offending segments
1 parent 5c35a8b commit 97e7d62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

leaderboard.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ <h3 style="text-align: center;">NWoC 2020 Leaderboard</h3>
115115
$('#leader-div').html('<p>Data could not be parsed.</p>');
116116
console.log("Offending cell length segment: ", cells.length);
117117
console.log("data for offending segment: ", cells[1]);
118-
return;
118+
119119
}
120-
console.log("cells length:", cells.length);
121-
console.log("data",cells[1]);
120+
// console.log("cells length:", cells.length);
121+
// console.log("data",cells[1]);
122122
sortedData.push({score: parseInt(cells[1].trim()), username: cells[0]});
123123
}
124124
sortedData = sortedData.sort((a, b) => {

0 commit comments

Comments
 (0)