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:11:24 UTC

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

Author: buildbot
Date: Tue Oct 14 15:11:24 2014
New Revision: 925749

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:11:24 2014
@@ -1 +1 @@
-1631778
+1631781

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:11:24 2014
@@ -198,9 +198,8 @@ Latest 1.5 release: <strong>1.5.1</stron
 * This function takes a valid URL string as an argument, and uses that URL string
 * as the event label.
 */
-/* the event variable doesn't exist -- not sure how this worked before
 var trackOutboundLink = function(url) {
-  var hrefUrl = event.target.getAttribute('href')
+  var hrefUrl = this.target.getAttribute('href')
   if (event.ctrlKey || event.shiftKey || event.metaKey || event.which == 2) {
     var newWin = true;}
 
@@ -212,14 +211,15 @@ var trackOutboundLink = function(url) {
     function () {window.location.href = hrefUrl;}}, {'nonInteraction': 1});
     return false;
   }
-};*/
+};
+/* original GA code
 var trackOutboundLink = function(url) {
    ga('send', 'event', 'outbound', 'click', url, {'hitCallback':
      function () {
      document.location = url;
      }
    });
-}
+}*/
 
 var createSection = function(name, items, divider) {
   var section = '';