Commit 9a2440aa authored by Luis Abreu's avatar Luis Abreu

tweaked bootstrap-tabs plugin active tab selector to allow for nested tabs

parent 68605bdd
......@@ -21,7 +21,7 @@
!function( $ ){
function activate ( element, container ) {
container.find('.active').removeClass('active')
container.find('> .active').removeClass('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