chemspill: fix problem with SPR display

This commit is contained in:
Cameron Kaiser 2018-03-15 21:28:59 -07:00
parent fd2f991b56
commit bff91bd918
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);
pl = (0 + pl.substr(1))|0;
vf = vf|0; vf -= 9;
// XXX localize me
version.textContent = "Feature Parity Release "+vf+