mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
add build tool for js + rename twipsy to tooltip + lots of little doc cleanup
This commit is contained in:
Vendored
+2
@@ -156,11 +156,13 @@
|
||||
break
|
||||
|
||||
case 38: // up arrow
|
||||
if (!this.shown) return
|
||||
e.preventDefault()
|
||||
this.prev()
|
||||
break
|
||||
|
||||
case 40: // down arrow
|
||||
if (!this.shown) return
|
||||
e.preventDefault()
|
||||
this.next()
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user