1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-27 20:32:21 +00:00

edit js/ditto

This commit is contained in:
ruanyf 2014-04-29 22:31:40 +08:00
parent 751de5d559
commit 8deca4b878

View File

@ -46,7 +46,7 @@ function init_sidebar_section() {
menuOL.attr('start',0);
menuOL.find('li a').map(function(){
menu.push(this.href);
menu.push(this.href.slice(this.href.indexOf('#')));
});
}, "text").fail(function() {
alert("Opps! can't find the sidebar file to display!");