2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03: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
+1 -1
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)