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:52:48 UTC

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

Author: buildbot
Date: Tue Oct 14 15:52:48 2014
New Revision: 925763

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:52:48 2014
@@ -1 +1 @@
-1631800
+1631802

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:52:48 2014
@@ -203,12 +203,12 @@ var gaCallback = function(event) {
   if (event.ctrlKey || event.shiftKey || event.metaKey || event.which == 2) {
     var newWin = true;}
 
-  var domain = "http://accumulo.apache.org"
+  var url = "http://accumulo.apache.org" + $(this).id
   if (newWin) {
-    ga('send', 'event', 'outbound', 'click', domain + $(this).id, {'nonInteraction': 1});
+    ga('send', 'event', 'outbound', 'click', url, {'nonInteraction': 1});
     return true;
   } else {
-    ga('send', 'event', 'outbound', 'click', domain + $(this).id, {'hitCallback': 
+    ga('send', 'event', 'outbound', 'click', url, {'hitCallback': 
     function () {window.location.href = hrefUrl;}}, {'nonInteraction': 1});
     return false;
   }