1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-28 21:32:20 +00:00

add content_toc

This commit is contained in:
ruanyf 2014-04-22 08:56:50 +08:00
parent db84e7cdd1
commit b39481845f

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.prepend(li_tag);
}
}