mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-05-09 04:23:01 -05:00
typo
Whoops!
This commit is contained in:
parent
7ec7f1fd3d
commit
c9875ffe40
|
|
@ -556,7 +556,7 @@
|
|||
if (!data.length) {
|
||||
buffer += '<tr><td colspan="7"><em>This user has not played any ladder games yet.</em></td></tr>';
|
||||
} else {
|
||||
'<tr><th>Format</th><th>Elo</th><th>GXE</th><th>Glicko-1</th><th>COIL</th><th>ARMS</th><th>W</th><th>L</th><th>T</th></tr>';
|
||||
buffer += '<tr><th>Format</th><th>Elo</th><th>GXE</th><th>Glicko-1</th><th>COIL</th><th>ARMS</th><th>W</th><th>L</th><th>T</th></tr>';
|
||||
for (var i=0; i<data.length; i++) {
|
||||
var row = data[i];
|
||||
buffer += '<tr><td>'+row.formatid+'</td><td><strong>'+Math.round(row.acre)+'</strong></td><td>'+Math.round(row.gxe,1)+'</td><td>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user