2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00
This commit is contained in:
Mark Otto
2018-01-01 20:29:19 -08:00
parent ae71e71fe1
commit 44eebe40de
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ var Collapse = function ($) {
var activesData;
if (this._parent) {
actives = $.makeArray($(this._parent).children().children(Selector.ACTIVES));
actives = $.makeArray($(this._parent).find(Selector.ACTIVES).filter("[data-parent=\"" + this._config.parent + "\"]"));
if (!actives.length) {
actives = null;
+1 -1
View File
File diff suppressed because one or more lines are too long