diff options
author | friendica <info@friendica.com> | 2015-01-14 18:37:28 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-14 18:37:28 -0800 |
commit | 2e89c13229739e41c6405e9124a16a9d2ada3cfb (patch) | |
tree | 26b9363e61bbe63b7a1af5860f5fb6f08acca080 /view/js/main.js | |
parent | 168b67fa41b74a23a321e184cd8988644ec55dce (diff) | |
parent | b37915a40e4e049072698e604e61798445a339de (diff) | |
download | volse-hubzilla-2e89c13229739e41c6405e9124a16a9d2ada3cfb.tar.gz volse-hubzilla-2e89c13229739e41c6405e9124a16a9d2ada3cfb.tar.bz2 volse-hubzilla-2e89c13229739e41c6405e9124a16a9d2ada3cfb.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/js/main.js')
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/js/main.js b/view/js/main.js index 9d5136c34..0c56c8d41 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -1125,6 +1125,8 @@ $(document).ready(function() { $(".autotime").timeago(); + $("#toc").toc({content: "div.page-body", headings: "h1,h2,h3,h4"}); + }); |