Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfat <jacobthornton@gmail.com>2012-12-22 05:24:45 +0400
committerfat <jacobthornton@gmail.com>2012-12-22 05:24:45 +0400
commit5da30ee5fb60ca29b7810368a13dd792b8337c7e (patch)
tree22bd40fd1f66b140963317e5a4063d4e3935ac9f /js/bootstrap-typeahead.js
parentdc32555f5b3b574087916529d58d3afac059d196 (diff)
parentd5345f806c7e8cd25494967bd371aef7a3fc4a63 (diff)
Merge branch 'marcelkorpel-master' into 2.3.0-wip
Diffstat (limited to 'js/bootstrap-typeahead.js')
-rw-r--r--js/bootstrap-typeahead.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/bootstrap-typeahead.js b/js/bootstrap-typeahead.js
index 8d31954b1e..cf9320df4f 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) {