diff options
| author | Mark Otto <[email protected]> | 2014-11-11 20:25:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-11 20:25:09 -0800 |
| commit | ff386147ce341a15f02b31f638500487246e34da (patch) | |
| tree | d41d504e72ac398ead9f464169ecd3ea58834482 /docs/dist/js/bootstrap.js | |
| parent | c672ed3fb0c15b4a3be4b707f206bda48f663bee (diff) | |
| download | bootstrap-ff386147ce341a15f02b31f638500487246e34da.tar.xz bootstrap-ff386147ce341a15f02b31f638500487246e34da.zip | |
grunt
Diffstat (limited to 'docs/dist/js/bootstrap.js')
| -rw-r--r-- | docs/dist/js/bootstrap.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index 8d00835e9..fe2ec24b8 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -797,7 +797,7 @@ if (typeof jQuery === 'undefined') { } Dropdown.prototype.keydown = function (e) { - if (!/(38|40|27|32)/.test(e.which)) return + if (!/(38|40|27|32)/.test(e.which) || /input|textarea/i.test(e.target.tagName)) return var $this = $(this) |
