diff --git a/js/bootstrap-collapse.js b/js/bootstrap-collapse.js index da64a3238a0a..45eea2906eb5 100644 --- a/js/bootstrap-collapse.js +++ b/js/bootstrap-collapse.js @@ -67,7 +67,7 @@ this.$element[dimension](0) this.transition('addClass', $.Event('show'), 'shown') - this.$element[dimension](this.$element[0][scroll]) + $.support.transition && this.$element[dimension](this.$element[0][scroll]) } , hide: function () {