aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-typeahead.js
diff options
context:
space:
mode:
authorfat <[email protected]>2012-12-21 17:19:36 -0800
committerfat <[email protected]>2012-12-21 17:19:36 -0800
commitd5345f806c7e8cd25494967bd371aef7a3fc4a63 (patch)
treefdb84904a8e322ed706fbca987b6b0b0bad0721d /js/bootstrap-typeahead.js
parent9f29785783e58a7ffc6f8779c2ae55edebd54ba2 (diff)
parent0dece7a71f4f3591c7d1fecb9dea7cba82c9624a (diff)
downloadbootstrap-d5345f806c7e8cd25494967bd371aef7a3fc4a63.tar.xz
bootstrap-d5345f806c7e8cd25494967bd371aef7a3fc4a63.zip
Merge branch 'master' of git://github.com/marcelkorpel/bootstrap into marcelkorpel-master
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 088e7ce9b..94319c6a0 100644
--- a/js/bootstrap-typeahead.js
+++ b/js/bootstrap-typeahead.js
@@ -265,6 +265,7 @@
e.stopPropagation()
e.preventDefault()
this.select()
+ this.$element.focus()
}
, mouseenter: function (e) {