2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00
This commit is contained in:
Jacob Thornton
2013-07-23 17:23:02 -07:00
parent e87508854e
commit 7b12a0dcbc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -511,7 +511,7 @@
var dimension = this.dimension()
var scroll = $.camelCase(['scroll', dimension].join('-'))
var actives = this.$parent && this.$parent.find('> .accordion-group > .in')
var actives = this.$parent && this.$parent.find('.collapse.in')
if (actives && actives.length) {
var hasData = actives.data('bs.collapse')
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -50,7 +50,7 @@
var dimension = this.dimension()
var scroll = $.camelCase(['scroll', dimension].join('-'))
var actives = this.$parent && this.$parent.find('> .accordion-group > .in')
var actives = this.$parent && this.$parent.find('.collapse.in')
if (actives && actives.length) {
var hasData = actives.data('bs.collapse')