diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-10 15:08:54 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-10 15:08:54 +0100 |
commit | dc6455690278c40dda03247456de24a26d7cf54b (patch) | |
tree | cb7ae58c755097992dc3b67a2aee7604ff3cf834 /doc/toc.html | |
parent | 0315077daf3c2d112737fb27b05abf90fc45212a (diff) | |
parent | 7237bacec03092aa6d5a774cb8d8030731919500 (diff) | |
download | volse-hubzilla-dc6455690278c40dda03247456de24a26d7cf54b.tar.gz volse-hubzilla-dc6455690278c40dda03247456de24a26d7cf54b.tar.bz2 volse-hubzilla-dc6455690278c40dda03247456de24a26d7cf54b.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'doc/toc.html')
-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> |