mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 14:08:42 +00:00
fix: 8195e61f74
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8195e61f74
commit
32e840b907
@ -1150,7 +1150,7 @@ function showStandings() {
|
||||
}
|
||||
|
||||
if (show_self_reviews) {
|
||||
col_tr += '<td>' + (row[2][0] || '') + '</td>';
|
||||
col_tr += '<td>' + (row[4] || '') + '</td>';
|
||||
}
|
||||
col_tr += '</tr>';
|
||||
return col_tr;
|
||||
|
Loading…
Reference in New Issue
Block a user