diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-04-11 00:02:33 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-04-11 00:02:33 +0000 |
| commit | ff88cf9335b10926d2a190cb8042ac65f874a2be (patch) | |
| tree | f425210cd4cc83885e4f01c4b18bf2f4e331f376 /docs/dist/js/bootstrap.js | |
| parent | e5520f95e2b2306eb03661b112555720924929f8 (diff) | |
| download | bootstrap-ff88cf9335b10926d2a190cb8042ac65f874a2be.tar.xz bootstrap-ff88cf9335b10926d2a190cb8042ac65f874a2be.zip | |
automatic `grunt dist`
Diffstat (limited to 'docs/dist/js/bootstrap.js')
| -rw-r--r-- | docs/dist/js/bootstrap.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index 120906201..335cc61ab 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -900,8 +900,7 @@ if (typeof jQuery === 'undefined') { .on('click.bs.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() }) .on('click.bs.dropdown.data-api', toggle, Dropdown.prototype.toggle) .on('keydown.bs.dropdown.data-api', toggle, Dropdown.prototype.keydown) - .on('keydown.bs.dropdown.data-api', '[role="menu"]', Dropdown.prototype.keydown) - .on('keydown.bs.dropdown.data-api', '[role="listbox"]', Dropdown.prototype.keydown) + .on('keydown.bs.dropdown.data-api', '.dropdown-menu', Dropdown.prototype.keydown) }(jQuery); |
