1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-08 22:56:46 +02:00

get tabs working in ie9

This commit is contained in:
Jacob Thornton
2012-01-08 12:08:00 -08:00
parent d4ded76a8f
commit fbd686ad65
2 changed files with 3 additions and 1 deletions

2
js/bootstrap-tab.js vendored
View File

@@ -77,6 +77,8 @@
if (transition) {
element[0].offsetWidth // reflow for transition
element.addClass('in')
} else {
element.removeClass('fade')
}
if ( element.parent('.dropdown-menu') ) {