Commit 1c1850f6 authored by Travesty3's avatar Travesty3
Browse files

Add 'collapse' class back after expanding

parent 1a476b62
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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')
......
Supports Markdown
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