diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-12-07 22:25:50 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-12-07 22:25:50 -0500 |
commit | d17abedc7de4d43b0495a1be6210b311e58bfe69 (patch) | |
tree | c77c365df19918884a024e1c967960a2fb013e60 /doc/toc.html | |
parent | b40707428130a927b27f595a875808d08588ff52 (diff) | |
download | volse-hubzilla-d17abedc7de4d43b0495a1be6210b311e58bfe69.tar.gz volse-hubzilla-d17abedc7de4d43b0495a1be6210b311e58bfe69.tar.bz2 volse-hubzilla-d17abedc7de4d43b0495a1be6210b311e58bfe69.zip |
Convert about sections back to bbcode, update some formatting.
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}); } + } }); }); |