Skip to content

Commit

Permalink
Merge pull request #10801 from Travesty3/master
Browse files Browse the repository at this point in the history
Add 'collapse' class back after expanding
  • Loading branch information
fat committed Dec 27, 2013
2 parents bea46fc + 1c1850f commit 37bfd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/collapse.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 37bfd8f

Please sign in to comment.