Repository: accumulo-website Updated Branches: refs/heads/asf-site 7045b5631 -> 4b6cf74fd
http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/release/accumulo-1.7.2/index.html ---------------------------------------------------------------------- diff --git a/release/accumulo-1.7.2/index.html b/release/accumulo-1.7.2/index.html index 18db3d4..7c40475 100644 --- a/release/accumulo-1.7.2/index.html +++ b/release/accumulo-1.7.2/index.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/release/accumulo-1.7.3/index.html ---------------------------------------------------------------------- diff --git a/release/accumulo-1.7.3/index.html b/release/accumulo-1.7.3/index.html index 7432dfc..3446b25 100644 --- a/release/accumulo-1.7.3/index.html +++ b/release/accumulo-1.7.3/index.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/release/accumulo-1.8.0/index.html ---------------------------------------------------------------------- diff --git a/release/accumulo-1.8.0/index.html b/release/accumulo-1.8.0/index.html index ea97251..48fd7a2 100644 --- a/release/accumulo-1.8.0/index.html +++ b/release/accumulo-1.8.0/index.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/release/accumulo-1.8.1/index.html ---------------------------------------------------------------------- diff --git a/release/accumulo-1.8.1/index.html b/release/accumulo-1.8.1/index.html index 02b2a5b..888cae3 100644 --- a/release/accumulo-1.8.1/index.html +++ b/release/accumulo-1.8.1/index.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/eab65f94/release/index.html ---------------------------------------------------------------------- diff --git a/release/index.html b/release/index.html index 5825520..f658a5f 100644 --- a/release/index.html +++ b/release/index.html @@ -51,7 +51,13 @@ } }); }); - + + // fix sidebar width in documentation + $(function() { + var $affixElement = $('div[data-spy="affix"]'); + $affixElement.width($affixElement.parent().width()); + }); + // configure Google Analytics (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
