Skip to content

Commit c52368d

Browse files
committed
last rebuild before 2.1.1 release
1 parent df8e3c6 commit c52368d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/assets/js/bootstrap-typeahead.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
.on('keypress', $.proxy(this.keypress, this))
175175
.on('keyup', $.proxy(this.keyup, this))
176176

177-
if ($.browser.webkit || $.browser.msie) {
177+
if ($.browser.chrome || $.browser.webkit || $.browser.msie) {
178178
this.$element.on('keydown', $.proxy(this.keydown, this))
179179
}
180180

docs/assets/js/bootstrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1797,7 +1797,7 @@
17971797
.on('keypress', $.proxy(this.keypress, this))
17981798
.on('keyup', $.proxy(this.keyup, this))
17991799

1800-
if ($.browser.webkit || $.browser.msie) {
1800+
if ($.browser.chrome || $.browser.webkit || $.browser.msie) {
18011801
this.$element.on('keydown', $.proxy(this.keydown, this))
18021802
}
18031803

0 commit comments

Comments
 (0)