Fix syntax error from 32b4ebfe8c

This commit is contained in:
Guangcong Luo 2014-05-04 13:40:57 -05:00
parent 419ea836b8
commit cec23bdd20

View File

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