Skip to content

Commit 751de5d

Browse files
committed
edit js/ditto
1 parent e55f4ce commit 751de5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ditto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function init_sidebar_section() {
4545
var menuOL = $(ditto.sidebar_id+' ol');
4646
menuOL.attr('start',0);
4747

48-
menuOL.find('li').map(function(){
48+
menuOL.find('li a').map(function(){
4949
menu.push(this.href);
5050
});
5151
}, "text").fail(function() {

0 commit comments

Comments
 (0)