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/06/26 16:55:23 UTC

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

Author: buildbot
Date: Thu Jun 26 14:55:22 2014
New Revision: 913957

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 Thu Jun 26 14:55:22 2014
@@ -1 +1 @@
-1605128
+1605806

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 Thu Jun 26 14:55:22 2014
@@ -209,8 +209,9 @@ var trackOutboundLink = function(url) {
   }
 };
 
-var createSection = function(name, items, divider = true) {
-  var section = ''; 
+var createSection = function(name, items, divider) {
+  var section = '';
+  if (divider == undefined) { divider = true; }
   if (divider) {
     section += '<li class="divider" <="" li=""> </li>';
   }