1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-09 07:06:36 +02:00

add role=menu to html

This commit is contained in:
fat
2013-08-17 15:48:29 -07:00
parent a01b1dd71a
commit 1d53dd31f5
3 changed files with 42 additions and 42 deletions

View File

@@ -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)