aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorfat <[email protected]>2013-08-17 15:48:29 -0700
committerfat <[email protected]>2013-08-17 15:48:29 -0700
commit1d53dd31f5a6c9be04177e251756909847e6fc0a (patch)
tree439fffd4a88d853e91014de04a1134e1674461ec /js
parenta01b1dd71ac56667becb42d245213bf698d2cc36 (diff)
downloadbootstrap-1d53dd31f5a6c9be04177e251756909847e6fc0a.tar.xz
bootstrap-1d53dd31f5a6c9be04177e251756909847e6fc0a.zip
add role=menu to html
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 69bbd802c..d675cab32 100644
--- a/js/dropdown.js
+++ b/js/dropdown.js
@@ -60,7 +60,7 @@
}
Dropdown.prototype.keydown = function (e) {
- if (!/(38|40|27)/.test(e.keyCode)) return
+ if (!/(9|38|40|27)/.test(e.keyCode)) return
var $this = $(this)