From fbd686ad655e1a22450f517e9ec241eaafc167f7 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 8 Jan 2012 12:08:00 -0800 Subject: get tabs working in ie9 --- js/bootstrap-tab.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/bootstrap-tab.js') 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') ) { -- cgit v1.2.3