diff options
| author | fat <[email protected]> | 2013-08-17 15:48:29 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-08-17 15:48:29 -0700 |
| commit | 1d53dd31f5a6c9be04177e251756909847e6fc0a (patch) | |
| tree | 439fffd4a88d853e91014de04a1134e1674461ec /js | |
| parent | a01b1dd71ac56667becb42d245213bf698d2cc36 (diff) | |
| download | bootstrap-1d53dd31f5a6c9be04177e251756909847e6fc0a.tar.xz bootstrap-1d53dd31f5a6c9be04177e251756909847e6fc0a.zip | |
add role=menu to html
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 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) |
