2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
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') ) {