mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 10:22:23 +00:00
edit js/ditto
This commit is contained in:
parent
8dc59f2db5
commit
d21f46bbc7
@ -119,7 +119,7 @@ function create_page_anchors() {
|
||||
});
|
||||
|
||||
if ((i === 2) && headers.length !== 0){
|
||||
var ul_tag = $('<ul></ul>')
|
||||
var ul_tag = $('<ol></ol>')
|
||||
.insertAfter('#content h1')
|
||||
.addClass("content-toc")
|
||||
.attr('id','content-toc');
|
||||
|
Loading…
x
Reference in New Issue
Block a user