2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03: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
+1 -1
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