diff options
| author | fat <[email protected]> | 2013-08-17 15:54:42 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-08-17 15:54:42 -0700 |
| commit | d754e6564d8fd8fe1447ba6674eb9e041a6190b2 (patch) | |
| tree | fcee637a921e27342cb56fb7ba27c0776b2e6597 /js | |
| parent | 8b5314096f1bd30577d09aea2095bc5c5504a784 (diff) | |
| download | bootstrap-d754e6564d8fd8fe1447ba6674eb9e041a6190b2.tar.xz bootstrap-d754e6564d8fd8fe1447ba6674eb9e041a6190b2.zip | |
add some crap
Diffstat (limited to 'js')
| -rw-r--r-- | js/dropdown.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dropdown.js b/js/dropdown.js index d675cab32..69bbd802c 100644 --- a/js/dropdown.js +++ b/js/dropdown.js @@ -60,7 +60,7 @@ } Dropdown.prototype.keydown = function (e) { - if (!/(9|38|40|27)/.test(e.keyCode)) return + if (!/(38|40|27)/.test(e.keyCode)) return var $this = $(this) |
