mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
edit js/ditto
This commit is contained in:
+1
-1
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user