2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

add some crap

This commit is contained in:
fat
2013-08-17 15:54:42 -07:00
parent 8b5314096f
commit d754e6564d
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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)