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
e55f4ced83
commit
751de5d559
@ -45,7 +45,7 @@ function init_sidebar_section() {
|
||||
var menuOL = $(ditto.sidebar_id+' ol');
|
||||
menuOL.attr('start',0);
|
||||
|
||||
menuOL.find('li').map(function(){
|
||||
menuOL.find('li a').map(function(){
|
||||
menu.push(this.href);
|
||||
});
|
||||
}, "text").fail(function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user