aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorfat <[email protected]>2013-08-17 15:54:42 -0700
committerfat <[email protected]>2013-08-17 15:54:42 -0700
commitd754e6564d8fd8fe1447ba6674eb9e041a6190b2 (patch)
treefcee637a921e27342cb56fb7ba27c0776b2e6597 /js
parent8b5314096f1bd30577d09aea2095bc5c5504a784 (diff)
downloadbootstrap-d754e6564d8fd8fe1447ba6674eb9e041a6190b2.tar.xz
bootstrap-d754e6564d8fd8fe1447ba6674eb9e041a6190b2.zip
add some crap
Diffstat (limited to 'js')
-rw-r--r--js/dropdown.js2
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)