Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-01-09 00:08:00 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-01-09 00:08:00 +0400
commitfbd686ad655e1a22450f517e9ec241eaafc167f7 (patch)
tree533a8cc4e30e2d6074facbea22893a21f2aea7c4 /js/bootstrap-tab.js
parentd4ded76a8fbd35ac66663a6b54f7ab6f85bf0350 (diff)
get tabs working in ie9
Diffstat (limited to 'js/bootstrap-tab.js')
-rw-r--r--js/bootstrap-tab.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/bootstrap-tab.js b/js/bootstrap-tab.js
index c7632ded25..8492fe9558 100644
--- a/js/bootstrap-tab.js
+++ b/js/bootstrap-tab.js
@@ -77,6 +77,8 @@
if (transition) {
element[0].offsetWidth // reflow for transition
element.addClass('in')
+ } else {
+ element.removeClass('fade')
}
if ( element.parent('.dropdown-menu') ) {