We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f4c54 commit 517d019Copy full SHA for 517d019
leaderboard.html
@@ -113,7 +113,7 @@ <h3 style="text-align: center;">NWoC 2020 Leaderboard</h3>
113
var cells = rows[i].split(',');
114
if (cells.length != 2) {
115
$('#leader-div').html('<p>Data could not be parsed.</p>');
116
- console.log("Offending row: ", i);
+ console.log("Offending row: ", rows[i]);
117
console.log("Offending cell length segment: ", cells.length);
118
console.log("data for offending segment: ", cells[1]);
119
0 commit comments