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:
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') ) {
|
||||
|
Reference in New Issue
Block a user