diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-01-28 19:02:08 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-01-28 19:02:08 +0000 |
| commit | 4ebfbad9c799dd811d30ddc4a167e5525b174da1 (patch) | |
| tree | 7ec1c3684aad6d2f6f2a0e0b5c7e5ac1d816254c /dist/js/bootstrap.js | |
| parent | af8fa54fcd402996756394eaa955a030021a868c (diff) | |
| download | bootstrap-4ebfbad9c799dd811d30ddc4a167e5525b174da1.tar.xz bootstrap-4ebfbad9c799dd811d30ddc4a167e5525b174da1.zip | |
automatic grunt dist
Diffstat (limited to 'dist/js/bootstrap.js')
| -rw-r--r-- | dist/js/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 829e82e2b..2fa245c91 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -2078,7 +2078,7 @@ if (typeof jQuery === 'undefined') { element.removeClass('fade') } - if (element.parent('.dropdown-menu')) { + if (element.parent('.dropdown-menu').length) { element .closest('li.dropdown') .addClass('active') |
