chemspill: no srsly fix problem with SPR display

This commit is contained in:
Cameron Kaiser 2018-03-16 23:19:58 -07:00
parent 6c2488e150
commit f61c406ba8
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if (versionNum.substr(0,3) == "45.") {
// FPR series
var vf = 0 + versionNum.substr(3);
var pl = ""+ (vf - (vf|0));
pl = (0 + pl.substr(1))|0;
pl = ((0 + pl.substr(1) * 10)+0.001)|0; // damn float rounding
vf = vf|0; vf -= 9;
// XXX localize me
version.textContent = "Feature Parity Release "+vf+