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

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

Author: ctubbsii
Date: Thu Jun 26 14:55:10 2014
New Revision: 1605806

URL: http://svn.apache.org/r1605806
Log:
Make downloads page improvements work with Chrome/Safari

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=1605806&r1=1605805&r2=1605806&view=diff
==============================================================================
--- accumulo/site/trunk/content/downloads/index.mdtext (original)
+++ accumulo/site/trunk/content/downloads/index.mdtext Thu Jun 26 14:55:10 2014
@@ -38,8 +38,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>';
   }