From 61f105da6fcd10999178f40a1bdfea7b1cd388dc Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 15 Dec 2016 12:25:59 +0100 Subject: reworked doco navigation --- doc/toc.html | 525 +++++++++++++++++++++++++----------------------------- view/tpl/help.tpl | 9 - 2 files changed, 246 insertions(+), 288 deletions(-) diff --git a/doc/toc.html b/doc/toc.html index 0d342d25a..7fad42b36 100644 --- a/doc/toc.html +++ b/doc/toc.html @@ -15,10 +15,6 @@ #region_1 .widget ul ul { list-style-type: none; } - - .toc-content { - background-color: white; - } .toc-content li, #doco-top-toc li { @@ -99,293 +95,272 @@ @@ -393,7 +368,6 @@ // Generate the table of contents in the side nav menu (see view/tpl/help.tpl) $(document).ready(function () { - $(".panel-collapse.in").find('a').each(function(){ window.console.log($(this).attr('href')); var url = document.createElement('a'); @@ -407,21 +381,14 @@ tocUl.removeClass(); // Classes are automatically added to