add content_toc

This commit is contained in:
ruanyf
2014-04-22 08:54:12 +08:00
parent 43e1dfb1ce
commit db84e7cdd1
+1 -1
View File
@@ -120,7 +120,7 @@ function create_page_anchors() {
if (i === 2){
var ul_tag = $('#content h1')
.after(ul)
.after('ul')
.addClass("content-toc")
.attr('id','content-toc');
for (var j = 0; j < headers.length; j++) {