]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
tweaked bootstrap-tabs plugin active tab selector to allow for nested tabs 329/head
authorLuis Abreu <lmjabreu@gmail.com>
Wed, 28 Sep 2011 21:08:26 +0000 (22:08 +0100)
committerLuis Abreu <lmjabreu@gmail.com>
Wed, 28 Sep 2011 21:08:26 +0000 (22:08 +0100)
js/bootstrap-tabs.js

index dece95be66aa0b6f3d0d933cfe2e26e164debd0b..5154688088ac37c5e499218ba7b75bbf8f53bd60 100644 (file)
@@ -21,7 +21,7 @@
 !function( $ ){
 
   function activate ( element, container ) {
-    container.find('.active').removeClass('active')
+    container.find('.active').removeClass('active')
     element.addClass('active')
   }