Skip to content

Commit

Permalink
fixes twbs#258, clicking a tab remove .active class from all elements…
Browse files Browse the repository at this point in the history
… on the page
  • Loading branch information
Jacob Fike committed Sep 19, 2011
1 parent fc6effa commit 9b61f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bootstrap-tabs.js
Expand Up @@ -28,7 +28,7 @@
function tab( e ) {
var $this = $(this)
, href = $this.attr('href')
, $ul = $(e.liveFired)
, $ul = $this.closest('ul')
, $controlled

if (/^#\w+/.test(href)) {
Expand Down

0 comments on commit 9b61f71

Please sign in to comment.