diff options
| author | Mark Otto <[email protected]> | 2015-06-16 09:06:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-16 09:06:51 -0700 |
| commit | 29ff44d3113806aad002bfea17a24e97005cd0c4 (patch) | |
| tree | 12c0474c3725e8d337353336937efde4730e8187 /docs/dist/js/bootstrap.js | |
| parent | 5a8d0143b3fa9de883a5672d4a1f44d472657a8a (diff) | |
| download | bootstrap-29ff44d3113806aad002bfea17a24e97005cd0c4.tar.xz bootstrap-29ff44d3113806aad002bfea17a24e97005cd0c4.zip | |
grunt
Diffstat (limited to 'docs/dist/js/bootstrap.js')
| -rw-r--r-- | docs/dist/js/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index 174daa918..2b9553aaf 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -854,7 +854,7 @@ if (typeof jQuery === 'undefined') { } var desc = ' li:not(.disabled):visible a' - var $items = $parent.find('[role="menu"]' + desc + ', [role="listbox"]' + desc) + var $items = $parent.find('.dropdown-menu' + desc) if (!$items.length) return |
