We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27af8ad commit c4715b6Copy full SHA for c4715b6
static/kumquat.js
@@ -55,5 +55,5 @@ $(function() {
55
if( p.length > 2 ) {
56
path = '/' + p.slice(1,3).join('/') + '/';
57
}
58
- $('a[href="' + path + '"]').closest('li').addClass('active');
+ $('.nav-sidebar a[href="' + path + '"]').closest('li').addClass('active');
59
})
0 commit comments