Commit fda10a60 authored by Jacob Thornton's avatar Jacob Thornton

Merge pull request #329 from lmjabreu/master

make tabs plugin play well with nested tabs
parents b2b8a789 9a2440aa
...@@ -21,7 +21,7 @@ ...@@ -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')
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment