diff options
author | RedMatrix <info@friendica.com> | 2015-01-19 10:19:38 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2015-01-19 10:19:38 +1100 |
commit | 5d30565c665341e6a6a805684cee4d45c1d2fafe (patch) | |
tree | fd9b3ff875f7c22a671686d6325dd3da910c936e /view | |
parent | 39dad87adc9ea4449c5534e5b3a0fbcc77159a5c (diff) | |
parent | a1ab658df1fc976954cbdd891343867b3ee64629 (diff) | |
download | volse-hubzilla-5d30565c665341e6a6a805684cee4d45c1d2fafe.tar.gz volse-hubzilla-5d30565c665341e6a6a805684cee4d45c1d2fafe.tar.bz2 volse-hubzilla-5d30565c665341e6a6a805684cee4d45c1d2fafe.zip |
Merge pull request #863 from einervonvielen/Fix_bbcode_toc_for_help_pages
Fixed bbode element toc for webpages
Diffstat (limited to 'view')
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index 0c56c8d41..fac5e1143 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -1125,7 +1125,7 @@ $(document).ready(function() { $(".autotime").timeago(); - $("#toc").toc({content: "div.page-body", headings: "h1,h2,h3,h4"}); + $("#toc").toc({content: "body", headings: "h1,h2,h3,h4"}); }); |