mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 14:00:24 +00:00
Merge pull request #10801 from Travesty3/master
Add 'collapse' class back after expanding
This commit is contained in:
commit
37bfd8fa60
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,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…
Reference in a new issue