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:
authorMark Otto <otto@github.com>2013-02-08 10:18:53 +0400
committerMark Otto <otto@github.com>2013-02-08 10:18:53 +0400
commit2aa1a4dc706606e060525907574bb648b773f312 (patch)
treebaccd787bdbcf45a235c3a042c1510730a24b420 /js/bootstrap-typeahead.js
parenta9729c5fd003abbfa0d1ab5bc318a069fd5b1382 (diff)
parent8c7f9c66a7d12f47f50618ef420868fe836d0c33 (diff)
Merge branch 'master' into 3.0.0-wip
Conflicts: docs/assets/js/bootstrap.min.js
Diffstat (limited to 'js/bootstrap-typeahead.js')
-rw-r--r--js/bootstrap-typeahead.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/bootstrap-typeahead.js b/js/bootstrap-typeahead.js
index 8624bc7bc0..a6bb0a09c2 100644
--- a/js/bootstrap-typeahead.js
+++ b/js/bootstrap-typeahead.js
@@ -329,7 +329,6 @@
$(document).on('focus.typeahead.data-api', '[data-provide="typeahead"]', function (e) {
var $this = $(this)
if ($this.data('typeahead')) return
- e.preventDefault()
$this.typeahead($this.data())
})