aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2015-02-19 13:40:23 +1100
committerRedMatrix <info@friendica.com>2015-02-19 13:40:23 +1100
commit4a75d2d754166f536093002338f62105d4975b55 (patch)
tree9c5a6a64732b364551cbaa456648c5416f0968a5 /view
parentb7451b455728708427091e518b349cf61a5c6f78 (diff)
parent4e6ba149d70cc4d3ae915cb0d0f298c74e408527 (diff)
downloadvolse-hubzilla-4a75d2d754166f536093002338f62105d4975b55.tar.gz
volse-hubzilla-4a75d2d754166f536093002338f62105d4975b55.tar.bz2
volse-hubzilla-4a75d2d754166f536093002338f62105d4975b55.zip
Merge pull request #900 from einervonvielen/doc_dev_beginner_corrections
Changed bbcode [toc] and changed doc for beginning deveopers
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 7a6798f2f..18004726e 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -1127,7 +1127,7 @@ $(document).ready(function() {
$(".autotime").timeago();
- $("#toc").toc({content: "body", headings: "h1,h2,h3,h4"});
+ $("#toc").toc();
});