2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Merge pull request #10801 from Travesty3/master

Add 'collapse' class back after expanding
This commit is contained in:
Jacob
2013-12-26 17:50:41 -08:00
+1 -1
View File
@@ -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')