Skip to content

Commit

Permalink
tweaked bootstrap-tabs plugin active tab selector to allow for nested…
Browse files Browse the repository at this point in the history
… tabs
  • Loading branch information
lmjabreu committed Sep 28, 2011
1 parent 68605bd commit 9a2440a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bootstrap-tabs.js
Expand Up @@ -21,7 +21,7 @@
!function( $ ){

function activate ( element, container ) {
container.find('.active').removeClass('active')
container.find('> .active').removeClass('active')
element.addClass('active')
}

Expand Down

0 comments on commit 9a2440a

Please sign in to comment.