You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bu...@apache.org on 2014/05/13 21:54:03 UTC

svn commit: r908725 - in /websites/staging/accumulo/trunk/content: ./ downloads/index.html

Author: buildbot
Date: Tue May 13 19:54:03 2014
New Revision: 908725

Log:
Staging update by buildbot for accumulo

Modified:
    websites/staging/accumulo/trunk/content/   (props changed)
    websites/staging/accumulo/trunk/content/downloads/index.html

Propchange: websites/staging/accumulo/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue May 13 19:54:03 2014
@@ -1 +1 @@
-1594335
+1594350

Modified: websites/staging/accumulo/trunk/content/downloads/index.html
==============================================================================
--- websites/staging/accumulo/trunk/content/downloads/index.html (original)
+++ websites/staging/accumulo/trunk/content/downloads/index.html Tue May 13 19:54:03 2014
@@ -195,7 +195,7 @@ Latest 1.5 release: <strong>1.5.1</stron
 var trackOutboundLink = function(url) {
    ga('send', 'event', 'outbound', 'click', url, {'hitCallback':
      function () {
-     document.location = url;
+     document.location = getAttribute('href');
      }
    });
 }