aboutsummaryrefslogtreecommitdiffstats
path: root/doc/toc.html
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-12-07 22:25:50 -0500
committerAndrew Manning <tamanning@zoho.com>2016-12-07 22:25:50 -0500
commitd17abedc7de4d43b0495a1be6210b311e58bfe69 (patch)
treec77c365df19918884a024e1c967960a2fb013e60 /doc/toc.html
parentb40707428130a927b27f595a875808d08588ff52 (diff)
downloadvolse-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.html3
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});
}
+ }
});
});