diff options
-rw-r--r-- | doc/toc.html | 1 | ||||
-rw-r--r-- | include/help.php | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/toc.html b/doc/toc.html index 047032437..c9c5ec46d 100644 --- a/doc/toc.html +++ b/doc/toc.html @@ -421,7 +421,6 @@ } }); - //$('#accordion').sticky({topSpacing:$('nav').outerHeight(true)}); }); </script> diff --git a/include/help.php b/include/help.php index 6efeeb57e..03d01d1a1 100644 --- a/include/help.php +++ b/include/help.php @@ -55,6 +55,7 @@ function get_help_content($tocpath = false) { if(! $text) { $doctype = 'bbcode'; $text = load_doc_file('doc/main.bb'); + goaway('/help/about/about_hubzilla'); \App::$page['title'] = t('Help'); } |