You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/10/14 17:52:43 UTC

svn commit: r1631802 - /accumulo/site/trunk/content/downloads/index.mdtext

Author: elserj
Date: Tue Oct 14 15:52:42 2014
New Revision: 1631802

URL: http://svn.apache.org/r1631802
Log:
CMS commit to accumulo by elserj

Modified:
    accumulo/site/trunk/content/downloads/index.mdtext

Modified: accumulo/site/trunk/content/downloads/index.mdtext
URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/downloads/index.mdtext?rev=1631802&r1=1631801&r2=1631802&view=diff
==============================================================================
--- accumulo/site/trunk/content/downloads/index.mdtext (original)
+++ accumulo/site/trunk/content/downloads/index.mdtext Tue Oct 14 15:52:42 2014
@@ -28,12 +28,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;
   }