Merge pull request #900 from einervonvielen/doc_dev_beginner_corrections

Changed bbcode [toc] and changed doc for beginning deveopers
This commit is contained in:
RedMatrix
2015-02-19 13:40:23 +11:00
5 changed files with 57 additions and 54 deletions

View File

@@ -1127,7 +1127,7 @@ $(document).ready(function() {
$(".autotime").timeago();
$("#toc").toc({content: "body", headings: "h1,h2,h3,h4"});
$("#toc").toc();
});