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/10/14 17:54:54 UTC

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

Author: buildbot
Date: Tue Oct 14 15:54:53 2014
New Revision: 925764

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 Oct 14 15:54:53 2014
@@ -1 +1 @@
-1631802
+1631804

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 Oct 14 15:54:53 2014
@@ -203,7 +203,8 @@ var gaCallback = function(event) {
   if (event.ctrlKey || event.shiftKey || event.metaKey || event.which == 2) {
     var newWin = true;}
 
-  var url = "http://accumulo.apache.org" + $(this).id
+  // $(this) != this
+  var url = "http://accumulo.apache.org" + $(this).attr("id")
   if (newWin) {
     ga('send', 'event', 'outbound', 'click', url, {'nonInteraction': 1});
     return true;