diff options
author | RedSwede <redswede@riseup.net> | 2015-01-19 00:45:32 +0100 |
---|---|---|
committer | RedSwede <redswede@riseup.net> | 2015-01-19 00:45:32 +0100 |
commit | 08038eafb4e1e1374356727fa1f21dab244185cb (patch) | |
tree | 291d9fce556898b60c04faa24d35a2cfbb122787 /view/js/main.js | |
parent | cfd983b7509d55a79621b2895205f1acd74dc564 (diff) | |
parent | 5d30565c665341e6a6a805684cee4d45c1d2fafe (diff) | |
download | volse-hubzilla-08038eafb4e1e1374356727fa1f21dab244185cb.tar.gz volse-hubzilla-08038eafb4e1e1374356727fa1f21dab244185cb.tar.bz2 volse-hubzilla-08038eafb4e1e1374356727fa1f21dab244185cb.zip |
Merge branch 'master' of git://github.com/friendica/red into dev_redswede
Diffstat (limited to 'view/js/main.js')
-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"}); }); |