automatic grunt dist

This commit is contained in:
Bootstrap's Grunt bot 2015-02-26 05:51:21 +00:00
parent b395f3526e
commit f43c67b0c5
2 changed files with 2 additions and 2 deletions

View File

@ -812,7 +812,7 @@ if (typeof jQuery === 'undefined') {
return $this.trigger('click')
}
var desc = ' li:not(.divider):visible a'
var desc = ' li:not(.disabled):visible a'
var $items = $parent.find('[role="menu"]' + desc + ', [role="listbox"]' + desc)
if (!$items.length) return

File diff suppressed because one or more lines are too long