mirror of https://github.com/twbs/bootstrap.git
Merge branch 'master' of github.com:twitter/bootstrap
This commit is contained in:
commit
0b625d0cb5
|
@ -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 New Issue