diff options
| author | Jacob Thornton <[email protected]> | 2012-01-08 12:08:00 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-08 12:08:00 -0800 |
| commit | fbd686ad655e1a22450f517e9ec241eaafc167f7 (patch) | |
| tree | 533a8cc4e30e2d6074facbea22893a21f2aea7c4 /js | |
| parent | d4ded76a8fbd35ac66663a6b54f7ab6f85bf0350 (diff) | |
| download | bootstrap-fbd686ad655e1a22450f517e9ec241eaafc167f7.tar.xz bootstrap-fbd686ad655e1a22450f517e9ec241eaafc167f7.zip | |
get tabs working in ie9
Diffstat (limited to 'js')
| -rw-r--r-- | js/bootstrap-tab.js | 2 |
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') ) { |
