Commit 37bfd8fa authored by Jacob's avatar Jacob

Merge pull request #10801 from Travesty3/master

Add 'collapse' class back after expanding
parents bea46fca 1c1850f6
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
var complete = function () { var complete = function () {
this.$element this.$element
.removeClass('collapsing') .removeClass('collapsing')
.addClass('in') .addClass('collapse in')
[dimension]('auto') [dimension]('auto')
this.transitioning = 0 this.transitioning = 0
this.$element.trigger('shown.bs.collapse') this.$element.trigger('shown.bs.collapse')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment