diff options
Diffstat (limited to 'doc/toc.html')
-rw-r--r-- | doc/toc.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/toc.html b/doc/toc.html index c9c5ec46d..bc5097d0e 100644 --- a/doc/toc.html +++ b/doc/toc.html @@ -90,6 +90,7 @@ <div id="developers" class="panel-collapse collapse in"> <ul class="list-group"> <li class="doco-list-group-item"><a href="/help/developer/developer_guide">Guide</a></li> + <li class="doco-list-group-item"><a href="/help/developer/api_zot">Zot API</a></li> </ul> </div> </div> @@ -417,8 +418,10 @@ tocUl.removeClass(); // Classes are automatically added to <ul> elements by something else tocUl.toc({content: "#doco-content", headings: "h1,h2"}); tocUl.addClass('toc-content'); + if( $(window).height() > 499) { tocUl.sticky({topSpacing:$('nav').outerHeight(true), zIndex: 1000}); } + } }); }); |