Skip to content

Commit 9e38fba

Browse files
committed
Display full leaderboard
1 parent 7e4ef0a commit 9e38fba

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

leaderboard.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,8 @@ <h3>Leaderboard</h3>
118118
pos = i+1;
119119
}
120120

121-
if (pos>25 && cells[1] != currScore) {
122-
break;
123-
}
124-
125121
currScore = cells[1];
126122

127-
if (currScore <= 1) {
128-
break;
129-
}
130-
131123
table += '<tr>';
132124
table += '<td>'+pos+'</td>';
133125
table += '<td class=\'handle\'><a href=\'https://github.com/'+cells[0]+'\' target=\'_blank\'>'+cells[0]+'</a></td>';

0 commit comments

Comments
 (0)