Author: robertkowalski Date: Thu Nov 13 18:39:45 2014 New Revision: 1639439
URL: http://svn.apache.org/r1639439 Log: tracking: fix typo Modified: couchdb/site/index.html Modified: couchdb/site/index.html URL: http://svn.apache.org/viewvc/couchdb/site/index.html?rev=1639439&r1=1639438&r2=1639439&view=diff ============================================================================== --- couchdb/site/index.html (original) +++ couchdb/site/index.html Thu Nov 13 18:39:45 2014 @@ -382,7 +382,7 @@ This fabulous linen texture was integrat <script> $(document).ready(function () { $('.download-list').on('click', function (e) { - if (!attr('href')) { + if (!$(e.target).attr('href')) { return; } _gaq.push(['_trackEvent', 'Click', 'Download', $(e.target).attr('href')]);
