diff --git a/js/bootstrap-tabs.js b/js/bootstrap-tabs.js index 1426d30ed535..c98403a2d0b7 100644 --- a/js/bootstrap-tabs.js +++ b/js/bootstrap-tabs.js @@ -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)) {