add content_toc

This commit is contained in:
ruanyf
2014-04-22 09:03:15 +08:00
parent 1a1d645f8e
commit a74cd0c88e
+1 -1
View File
@@ -125,7 +125,7 @@ function create_page_anchors() {
.attr('id','content-toc');
for (var j = 0; j < headers.length; j++) {
var li_tag = $('<li></li>').text(headers[j]);
// li_create_linkage(li_tag, i);
li_create_linkage(li_tag, i);
ul_tag.append(li_tag);
}
}