diff options
author | git-marijus <mario@mariovavti.com> | 2016-12-10 15:06:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-10 15:06:10 +0100 |
commit | 7237bacec03092aa6d5a774cb8d8030731919500 (patch) | |
tree | 352221ce29bc7ed8370276d75df24c976f091121 /doc | |
parent | 9bf8e891922a302b3c50c320b18070b9c3064ceb (diff) | |
parent | 6668fe02aaa00e7b89af6d22bc9ae2781c756f39 (diff) | |
download | volse-hubzilla-7237bacec03092aa6d5a774cb8d8030731919500.tar.gz volse-hubzilla-7237bacec03092aa6d5a774cb8d8030731919500.tar.bz2 volse-hubzilla-7237bacec03092aa6d5a774cb8d8030731919500.zip |
Merge pull request #617 from anaqreon/doco
Only display h1 headings in sticky side nav. Toggle display of detail…
Diffstat (limited to 'doc')
-rw-r--r-- | doc/toc.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/toc.html b/doc/toc.html index a2ebea318..4ef79bd10 100644 --- a/doc/toc.html +++ b/doc/toc.html @@ -420,11 +420,11 @@ tocUl.toc({content: "#doco-content", headings: "h1"}); tocUl.addClass('toc-content'); if( $(window).height() > 499) { - tocUl.sticky({topSpacing:$('nav').outerHeight(true), zIndex: 1000}); - } + tocUl.sticky({topSpacing:$('nav').outerHeight(true), zIndex: 1000}); + } } }); - + }); </script> |