RU suspect test COIL, part 1

This commit is contained in:
Antar1011 2014-06-05 07:20:11 -04:00
parent d9c07bbb8e
commit 7b70d4b896

View File

@ -572,6 +572,9 @@
buffer += '<td>'+Math.round(40.0*parseFloat(row.gxe)*Math.pow(2.0,-17.0/N),0)+'</td>';
} else if (row.formatid === 'smogondoublescurrent' || row.formatid === 'smogondoublessuspecttest') {
buffer += '<td>'+Math.round(40.0*parseFloat(row.gxe)*Math.pow(2.0,-15.0/N),0)+'</td>';
}
} else if (row.formatid === 'rususpecttest') {
buffer += '<td>'+Math.round(40.0*parseFloat(row.gxe)*Math.pow(2.0,-20.0/N),0)+'</td>';
} else {
buffer += '<td>--</td>';
}