aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to '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 c7632ded2..8492fe955 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') ) {