forked from mirrors/0ad
Convert string to int conversion in the lobby-leaderboard.
This was SVN commit r17921.
This commit is contained in:
@@ -479,7 +479,7 @@ function updateLeaderboard()
|
||||
{
|
||||
list_name.push(boardList[i].name);
|
||||
list_rating.push(boardList[i].rating);
|
||||
list_rank.push(i+1);
|
||||
list_rank.push(+i+1);
|
||||
list.push(boardList[i].name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user