mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-03-27 16:29:47 +00:00
chemspill: no srsly fix problem with SPR display
This commit is contained in:
parent
6c2488e150
commit
f61c406ba8
@ -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+
|
||||
|
Loading…
x
Reference in New Issue
Block a user