1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00
This commit is contained in:
Mark Otto
2015-06-16 09:06:51 -07:00
parent 5a8d0143b3
commit 29ff44d311
13 changed files with 16 additions and 14 deletions

View File

@@ -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