Skip to content

Commit

Permalink
automatic grunt dist
Browse files Browse the repository at this point in the history
  • Loading branch information
twbs-grunt committed Feb 26, 2015
1 parent b395f35 commit f43c67b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit f43c67b

Please sign in to comment.