diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-15 12:25:59 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-15 12:26:35 +0100 |
commit | 61f105da6fcd10999178f40a1bdfea7b1cd388dc (patch) | |
tree | af11356911702bd3aa4fdab850aab1e3607171f9 /view | |
parent | 1d3af68f298d89b94eb1faa61794cf4ee20cff15 (diff) | |
download | volse-hubzilla-61f105da6fcd10999178f40a1bdfea7b1cd388dc.tar.gz volse-hubzilla-61f105da6fcd10999178f40a1bdfea7b1cd388dc.tar.bz2 volse-hubzilla-61f105da6fcd10999178f40a1bdfea7b1cd388dc.zip |
reworked doco navigation
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/help.tpl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl index 1c5d05738..8eb53417a 100644 --- a/view/tpl/help.tpl +++ b/view/tpl/help.tpl @@ -16,16 +16,7 @@ // Generate the table of contents in the side nav menu (see view/tpl/help.tpl) $(document).ready(function () { - $('#doco-top-toc').toc({content: "#doco-content", headings: "h1,h2,h3,h4"}); - $('.navbar-header').append('<button id="doco-return-to-top-btn">'); //.find('button'); - var goTopBtn = $('#doco-return-to-top-btn'); - goTopBtn.append('<i>').find('i').addClass('fa fa-arrow-circle-up'); - //goTopBtn.attr('id', 'doco-return-to-top-btn'); - goTopBtn.attr('type', 'button'); - goTopBtn.attr('data-toggle', 'offcanvas'); - goTopBtn.addClass('navbar-toggle'); - goTopBtn.click(function() { $(window).scrollTop(0); }); }); function docoTocToggle() { |