diff --git a/website/static/vendor/bootstrap/js/bootstrap.js b/website/static/vendor/bootstrap/js/bootstrap.js index 4732733f6..db6054e73 100644 --- a/website/static/vendor/bootstrap/js/bootstrap.js +++ b/website/static/vendor/bootstrap/js/bootstrap.js @@ -692,8 +692,7 @@ function sanitizeInput(input) { this[this.$element.hasClass('in') ? 'hide' : 'show']() } - Collapse.prototype.getParent = function () { - var sanitizedParent = sanitizeSelector(this.options.parent); + Collapse.prototype.getParent = function () {var sanitizedParent = sanitizeSelector(this.options.parent); return $(sanitizedParent) .find('[data-toggle="collapse"][data-parent="' + sanitizedParent + '"]') .each($.proxy(function (i, element) {