mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-06-02 22:09:20 -05:00
commit
56a6dba7c7
|
|
@ -1360,7 +1360,7 @@ function Lobby(id, elem) {
|
|||
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>';
|
||||
if (row.rprd > 50) {
|
||||
if (row.rprd > 100) {
|
||||
buffer += '<span><em>'+Math.round(row.rpr)+'<small> ± '+Math.round(row.rprd)+'</small></em> <small>(provisional)</small></span>';
|
||||
} else {
|
||||
buffer += '<em>'+Math.round(row.rpr)+'<small> ± '+Math.round(row.rprd)+'</small></em>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user