1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 15:44:51 +02: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

2
js/dist/collapse.js vendored
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;

File diff suppressed because one or more lines are too long