aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/bootstrap-tabs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-tabs.js b/js/bootstrap-tabs.js
index 1426d30ed..c98403a2d 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)) {