mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Merge pull request #329 from lmjabreu/master
make tabs plugin play well with nested tabs
This commit is contained in:
Vendored
+1
-1
@@ -21,7 +21,7 @@
|
|||||||
!function( $ ){
|
!function( $ ){
|
||||||
|
|
||||||
function activate ( element, container ) {
|
function activate ( element, container ) {
|
||||||
container.find('.active').removeClass('active')
|
container.find('> .active').removeClass('active')
|
||||||
element.addClass('active')
|
element.addClass('active')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user