Skip to content

Commit

Permalink
Merge pull request #329 from lmjabreu/master
Browse files Browse the repository at this point in the history
make tabs plugin play well with nested tabs
  • Loading branch information
fat committed Sep 30, 2011
2 parents b2b8a78 + 9a2440a commit fda10a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bootstrap-tabs.js
Original file line number Diff line number Diff line change
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 fda10a6

Please sign in to comment.