aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/help.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-12-15 12:25:59 +0100
committerMario Vavti <mario@mariovavti.com>2016-12-15 12:25:59 +0100
commit273ab304b9fd3703a230f8af753226368146cac1 (patch)
tree2494f048035c60631354d72149e2881395b7a39f /view/tpl/help.tpl
parent2a2a4b96c70bbbb32367f4f56a4f4e176bbb80d5 (diff)
downloadvolse-hubzilla-273ab304b9fd3703a230f8af753226368146cac1.tar.gz
volse-hubzilla-273ab304b9fd3703a230f8af753226368146cac1.tar.bz2
volse-hubzilla-273ab304b9fd3703a230f8af753226368146cac1.zip
reworked doco navigation
Diffstat (limited to 'view/tpl/help.tpl')
-rw-r--r--view/tpl/help.tpl9
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() {