diff options
author | Andrew Manning <andrew@reticu.li> | 2016-11-29 22:08:19 -0500 |
---|---|---|
committer | Andrew Manning <andrew@reticu.li> | 2016-11-29 22:08:19 -0500 |
commit | b32bce9be22ca9c0c2b47e4a43282e9289c236ff (patch) | |
tree | 810c3ce6da0bb766563ea3f7ec17cfee40e6764d /view/tpl | |
parent | 36acd34874cd768c5329082361731cfe952475af (diff) | |
download | volse-hubzilla-b32bce9be22ca9c0c2b47e4a43282e9289c236ff.tar.gz volse-hubzilla-b32bce9be22ca9c0c2b47e4a43282e9289c236ff.tar.bz2 volse-hubzilla-b32bce9be22ca9c0c2b47e4a43282e9289c236ff.zip |
Major changes to accordion nav menu. Table of contents auto-generated below the loaded page. Removed manual TOCs from individual pages. TOC uses jQuery plugin Sticky to remain visible when it would scroll out of view.
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/help.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl index 484fd67c9..96d52e0e9 100644 --- a/view/tpl/help.tpl +++ b/view/tpl/help.tpl @@ -1,5 +1,5 @@ <div id="help-content" class="generic-content-wrapper"> - <div class="section-title-wrapper"> + <div class="section-title-wrapper" style="display: none;"> <h2>{{$title}}</h2> </div> <div class="section-content-wrapper" id="doco-content"> |