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:
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') ) {