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 ba42fb8 commit 7e4ef0aCopy full SHA for 7e4ef0a
leaderboard.html
@@ -107,7 +107,7 @@ <h3>Leaderboard</h3>
107
var table = '<table class=\'leaderboard\'><thead><th>Position</th><th class=\'handle\'>GitHub Handle</th><th>Score</th></thead><tbody>';
108
var pos = 0, currScore = -1;
109
110
- for(var i = 0; ; i++) {
+ for(var i = 0; i<rows.length ; i++) {
111
var cells = rows[i].split(',');
112
if (cells.length != 2) {
113
$('#leader-div').html('<p>Data could not be parsed.</p>');
0 commit comments