1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

edit js/ditto

This commit is contained in:
ruanyf 2014-04-25 19:03:56 +08:00
parent 8dc59f2db5
commit d21f46bbc7

View File

@ -119,7 +119,7 @@ function create_page_anchors() {
}); });
if ((i === 2) && headers.length !== 0){ if ((i === 2) && headers.length !== 0){
var ul_tag = $('<ul></ul>') var ul_tag = $('<ol></ol>')
.insertAfter('#content h1') .insertAfter('#content h1')
.addClass("content-toc") .addClass("content-toc")
.attr('id','content-toc'); .attr('id','content-toc');