aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2015-01-19 10:19:38 +1100
committerRedMatrix <info@friendica.com>2015-01-19 10:19:38 +1100
commit5d30565c665341e6a6a805684cee4d45c1d2fafe (patch)
treefd9b3ff875f7c22a671686d6325dd3da910c936e /view
parent39dad87adc9ea4449c5534e5b3a0fbcc77159a5c (diff)
parenta1ab658df1fc976954cbdd891343867b3ee64629 (diff)
downloadvolse-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.js2
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"});
});