We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55f4ce commit 751de5dCopy full SHA for 751de5d
js/ditto.js
@@ -45,7 +45,7 @@ function init_sidebar_section() {
45
var menuOL = $(ditto.sidebar_id+' ol');
46
menuOL.attr('start',0);
47
48
- menuOL.find('li').map(function(){
+ menuOL.find('li a').map(function(){
49
menu.push(this.href);
50
});
51
}, "text").fail(function() {
0 commit comments