aboutsummaryrefslogtreecommitdiff
path: root/js/tab.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/tab.js')
-rw-r--r--js/tab.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/tab.js b/js/tab.js
index 89dbb8b70..cacda7d66 100644
--- a/js/tab.js
+++ b/js/tab.js
@@ -88,7 +88,9 @@
}
transition ?
- $active.one($.support.transition.end, next) :
+ $active
+ .one($.support.transition.end, next)
+ .emulateTransitionEnd(150) :
next()
$active.removeClass('in')