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:
parent
8dc59f2db5
commit
d21f46bbc7
@ -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');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user