1
0
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:
ruanyf 2014-04-29 22:24:33 +08:00
parent e55f4ced83
commit 751de5d559

View File

@ -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() {