mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
+1
-1
@@ -46,7 +46,7 @@
|
|||||||
if (this.transitioning || this.$element.hasClass('in')) return
|
if (this.transitioning || this.$element.hasClass('in')) return
|
||||||
|
|
||||||
var activesData
|
var activesData
|
||||||
var actives = this.$parent && this.$parent.find('> .panel').children('.in, .collapsing')
|
var actives = this.$parent && this.$parent.children('.panel').children('.in, .collapsing')
|
||||||
|
|
||||||
if (actives && actives.length) {
|
if (actives && actives.length) {
|
||||||
activesData = actives.data('bs.collapse')
|
activesData = actives.data('bs.collapse')
|
||||||
|
|||||||
Reference in New Issue
Block a user