diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-12-19 22:12:08 -0500 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-19 19:35:19 -0800 |
commit | c968d1194349c93bd9ca02ba3a8717875baa68e9 (patch) | |
tree | 989f7f74873c1953dbb1ca3ea58ea94402816f3f /doc/toc.html | |
parent | e0918816fb2d1dbe55a112bcf4d8d9fc7e46fbfb (diff) | |
download | volse-hubzilla-c968d1194349c93bd9ca02ba3a8717875baa68e9.tar.gz volse-hubzilla-c968d1194349c93bd9ca02ba3a8717875baa68e9.tar.bz2 volse-hubzilla-c968d1194349c93bd9ca02ba3a8717875baa68e9.zip |
Move headings down to start at H3 at Mario's direction
Diffstat (limited to 'doc/toc.html')
-rw-r--r-- | doc/toc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/toc.html b/doc/toc.html index 458f6ec84..597a2c2c5 100644 --- a/doc/toc.html +++ b/doc/toc.html @@ -108,7 +108,7 @@ if(pageName === linkName) { var tocUl = $(this).closest('li').append('<ul>').find('ul'); tocUl.removeClass(); // Classes are automatically added to <ul> elements by something else - tocUl.toc({content: "#doco-content", headings: "h1"}); + tocUl.toc({content: "#doco-content", headings: "h3"}); tocUl.addClass('toc-content sub-menu'); tocUl.attr('id', 'doco-side-toc'); |