Closed
Bug 615531
Opened 15 years ago
Closed 15 years ago
Fix Intel targeting of upgrade message
Categories
(Camino Graveyard :: Product Site, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: stuart.morgan+bugzilla, Assigned: alqahira)
References
Details
I just discovered that the logic for the "you are using intel so you must be on 10.4+" message is wrong, so we are showing it to too many people (anyone with 1.6.11, in fact).
It should be:
else if (((one6Release.indexOf(navigator.vendorSub) != -1) ||
(one6xReleases.indexOf(navigator.vendorSub) != -1)) &&
isIntel)
| Assignee | ||
Comment 1•15 years ago
|
||
This is fixed on the current server; Sam, be sure to update your tree for the push to the new server (the new server is missing the changes from bug 612875 as well).
| Assignee | ||
Comment 2•15 years ago
|
||
Sam did another (hopefully final) push to the new server today, so this is there now.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•