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:25:59 +0100 |
commit | 273ab304b9fd3703a230f8af753226368146cac1 (patch) | |
tree | 2494f048035c60631354d72149e2881395b7a39f /view | |
parent | 2a2a4b96c70bbbb32367f4f56a4f4e176bbb80d5 (diff) | |
download | volse-hubzilla-273ab304b9fd3703a230f8af753226368146cac1.tar.gz volse-hubzilla-273ab304b9fd3703a230f8af753226368146cac1.tar.bz2 volse-hubzilla-273ab304b9fd3703a230f8af753226368146cac1.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() { |