diff options
| author | fat <[email protected]> | 2012-12-21 17:24:45 -0800 |
|---|---|---|
| committer | fat <[email protected]> | 2012-12-21 17:24:45 -0800 |
| commit | 5da30ee5fb60ca29b7810368a13dd792b8337c7e (patch) | |
| tree | 22bd40fd1f66b140963317e5a4063d4e3935ac9f /js/bootstrap-typeahead.js | |
| parent | dc32555f5b3b574087916529d58d3afac059d196 (diff) | |
| parent | d5345f806c7e8cd25494967bd371aef7a3fc4a63 (diff) | |
| download | bootstrap-5da30ee5fb60ca29b7810368a13dd792b8337c7e.tar.xz bootstrap-5da30ee5fb60ca29b7810368a13dd792b8337c7e.zip | |
Merge branch 'marcelkorpel-master' into 2.3.0-wip
Diffstat (limited to 'js/bootstrap-typeahead.js')
| -rw-r--r-- | js/bootstrap-typeahead.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/bootstrap-typeahead.js b/js/bootstrap-typeahead.js index 8d31954b1..cf9320df4 100644 --- a/js/bootstrap-typeahead.js +++ b/js/bootstrap-typeahead.js @@ -271,6 +271,7 @@ e.stopPropagation() e.preventDefault() this.select() + this.$element.focus() } , mouseenter: function (e) { |
