mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-29 10:40:23 +00:00
Merge pull request #329 from lmjabreu/master
make tabs plugin play well with nested tabs
This commit is contained in:
commit
fda10a609c
1 changed files with 1 additions and 1 deletions
2
js/bootstrap-tabs.js
vendored
2
js/bootstrap-tabs.js
vendored
|
|
@ -21,7 +21,7 @@
|
|||
!function( $ ){
|
||||
|
||||
function activate ( element, container ) {
|
||||
container.find('.active').removeClass('active')
|
||||
container.find('> .active').removeClass('active')
|
||||
element.addClass('active')
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue