Commit 9341bb75 authored by ♒∆✝'s avatar ♒∆✝
Browse files

Merge pull request #4784 from rossj/2.1.1-wip

Fix Typeahead key navigation with Chrome + jQuery 1.8.0
parents 9d890a84 b5373d85
Showing with 1 addition and 1 deletion
+1 -1
......@@ -174,7 +174,7 @@
.on('keypress', $.proxy(this.keypress, this))
.on('keyup', $.proxy(this.keyup, this))
if ($.browser.webkit || $.browser.msie) {
if ($.browser.chrome || $.browser.webkit || $.browser.msie) {
this.$element.on('keydown', $.proxy(this.keydown, this))
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment