mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add 'collapse' class back after expanding
This commit is contained in:
parent
1a476b623e
commit
1c1850f63e
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
var complete = function () {
|
||||
this.$element
|
||||
.removeClass('collapsing')
|
||||
.addClass('in')
|
||||
.addClass('collapse in')
|
||||
[dimension]('auto')
|
||||
this.transitioning = 0
|
||||
this.$element.trigger('shown.bs.collapse')
|
||||
|
|
Loading…
Add table
Reference in a new issue