You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2015/07/06 19:54:45 UTC

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

Author: ctubbsii
Date: Mon Jul  6 17:54:45 2015
New Revision: 1689471

URL: http://svn.apache.org/r1689471
Log:
ACCUMULO-3932 Fix javascript typo

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=1689471&r1=1689470&r2=1689471&view=diff
==============================================================================
--- accumulo/site/trunk/content/downloads/index.mdtext (original)
+++ accumulo/site/trunk/content/downloads/index.mdtext Mon Jul  6 17:54:45 2015
@@ -36,8 +36,8 @@ var gaCallback = function(event) {
   } else {
     if (ga.hasOwnProperty('loaded') && ga.loaded === true) {
       ga('send', 'event', 'outbound', 'click', url, {'hitCallback': 
+      function () {window.location.href = hrefUrl;}}, {'nonInteraction': 1});
     }
-    function () {window.location.href = hrefUrl;}}, {'nonInteraction': 1});
     return false;
   }
 };