mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
only set height explicitly for collapse when animation is supported #2131
This commit is contained in:
Vendored
+1
-1
@@ -67,7 +67,7 @@
|
|||||||
|
|
||||||
this.$element[dimension](0)
|
this.$element[dimension](0)
|
||||||
this.transition('addClass', $.Event('show'), 'shown')
|
this.transition('addClass', $.Event('show'), 'shown')
|
||||||
this.$element[dimension](this.$element[0][scroll])
|
$.support.transition && this.$element[dimension](this.$element[0][scroll])
|
||||||
}
|
}
|
||||||
|
|
||||||
, hide: function () {
|
, hide: function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user