diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-02-26 05:51:21 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-02-26 05:51:21 +0000 |
| commit | f43c67b0c5e98208bb85228d6d98752488d4e31c (patch) | |
| tree | d17f61bb5e56d60043ffb5f56691825a479f48d9 /dist/js/bootstrap.js | |
| parent | b395f3526e267c267c2d099b7cfc13325d873ee9 (diff) | |
| download | bootstrap-f43c67b0c5e98208bb85228d6d98752488d4e31c.tar.xz bootstrap-f43c67b0c5e98208bb85228d6d98752488d4e31c.zip | |
automatic grunt dist
Diffstat (limited to 'dist/js/bootstrap.js')
| -rw-r--r-- | dist/js/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 6bc605d4b..018505215 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -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 |
