get tabs working in ie9
This commit is contained in:
parent
d4ded76a8f
commit
fbd686ad65
2 changed files with 3 additions and 1 deletions
2
js/bootstrap-tab.js
vendored
2
js/bootstrap-tab.js
vendored
|
|
@ -77,6 +77,8 @@
|
|||
if (transition) {
|
||||
element[0].offsetWidth // reflow for transition
|
||||
element.addClass('in')
|
||||
} else {
|
||||
element.removeClass('fade')
|
||||
}
|
||||
|
||||
if ( element.parent('.dropdown-menu') ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue