Merge pull request #612 from anaqreon/dev

Doco merge
This commit is contained in:
zotlabs 2016-12-07 10:12:02 +11:00 committed by GitHub
commit abb045e1ff
2 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,6 @@
}
});
//$('#accordion').sticky({topSpacing:$('nav').outerHeight(true)});
});
</script>

View File

@ -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');
}