Closed
Bug 577150
Opened 15 years ago
Closed 15 years ago
Link to releasenotes on /4.0b1/releasenotes/ is redundant
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
4.0
People
(Reporter: krupa.mozbugs, Unassigned)
References
()
Details
Attachments
(1 file)
|
619.39 KB,
image/png
|
Details |
user agent:Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:2.0b1) Gecko/20100630 Firefox/4.0b1
steps to reproduce:
1.go to http://www.mozilla.com/en-US/firefox/4.0b1/releasenotes/
2.Notice that below the download button there is a link-"release notes"
observed behavior:
Clicking that link,reloads the page.That link is redundant
Comment 1•15 years ago
|
||
This is expected, and is the way it's been since I joined; maybe they'll change it in the redesign, but it's a product-details thing, iirc.
Comment 2•15 years ago
|
||
Good catch, but it's so minor that I think we shouldn't spend any work fixing it (at a glance it would be messing with a lot of sensitive, messy code)
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Comment 3•15 years ago
|
||
You can remove those links easily setting ancillary_links to false there:
$_options = array( 'download_title' => 'Firefox 4b1', 'ancillary_links' => false
Comment 4•15 years ago
|
||
(In reply to comment #3)
> You can remove those links easily setting ancillary_links to false there:
> $_options = array( 'download_title' => 'Firefox 4b1', 'ancillary_links' =>
> false
We only want to remove one though, and it's so minor that I don't see the point in adding the extra code complexity.
| Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org/firefox → www.mozilla.org
| Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•