[wp-meta] [Making WordPress.org] #159: Clicking left or right sides of the Download WordPress button does nothing, or results in 404
Making WordPress.org
noreply at wordpress.org
Wed Oct 9 18:20:18 UTC 2013
#159: Clicking left or right sides of the Download WordPress button does nothing,
or results in 404
-------------------------+-------------------------
Reporter: rosshanney | Owner: coffee2code
Type: defect | Status: accepted
Priority: low | Component: General
Resolution: | Keywords: has-patch
-------------------------+-------------------------
Changes (by coffee2code):
* owner: => coffee2code
* status: new => accepted
Comment:
The 'download-button' class is assigned to the `li`, so the JS fix will
have to be:
{{{
$('#download a, .download-button a').click(function() {
recordOutboundLink(this, 'Download Links', $(this).hasClass
('download-button') ? 'button' : 'nav' );
return false;
});
}}}
--
Ticket URL: <http://meta.trac.wordpress.org/ticket/159#comment:3>
Making WordPress.org <http://meta.trac.wordpress.org/>
WordPress blogging software
More information about the wp-meta
mailing list