Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
08fee005
Commit
08fee005
authored
12 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
https://github.com/twitter/bootstrap/issues/2954
parent
a20cd66b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/js/bootstrap-typeahead.js
+2
-0
docs/assets/js/bootstrap-typeahead.js
js/bootstrap-typeahead.js
+2
-0
js/bootstrap-typeahead.js
with
4 additions
and
0 deletions
+4
-0
docs/assets/bootstrap.zip
+
0
-
0
View file @
08fee005
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/js/bootstrap-typeahead.js
+
2
-
0
View file @
08fee005
...
...
@@ -204,11 +204,13 @@
break
case
38
:
// up arrow
if
(
e
.
type
!=
'
keydown
'
)
break
e
.
preventDefault
()
this
.
prev
()
break
case
40
:
// down arrow
if
(
e
.
type
!=
'
keydown
'
)
break
e
.
preventDefault
()
this
.
next
()
break
...
...
This diff is collapsed.
Click to expand it.
js/bootstrap-typeahead.js
+
2
-
0
View file @
08fee005
...
...
@@ -204,11 +204,13 @@
break
case
38
:
// up arrow
if
(
e
.
type
!=
'
keydown
'
)
break
e
.
preventDefault
()
this
.
prev
()
break
case
40
:
// down arrow
if
(
e
.
type
!=
'
keydown
'
)
break
e
.
preventDefault
()
this
.
next
()
break
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment