Skip to content

Commit c4d47fb

Browse files
committed
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
2 parents 30fd4be + 501aabf commit c4d47fb

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

docs/assets/js/bootstrap-typeahead.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@
329329
$(document).on('focus.typeahead.data-api', '[data-provide="typeahead"]', function (e) {
330330
var $this = $(this)
331331
if ($this.data('typeahead')) return
332-
e.preventDefault()
333332
$this.typeahead($this.data())
334333
})
335334

docs/assets/js/bootstrap.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2145,7 +2145,6 @@
21452145
$(document).on('focus.typeahead.data-api', '[data-provide="typeahead"]', function (e) {
21462146
var $this = $(this)
21472147
if ($this.data('typeahead')) return
2148-
e.preventDefault()
21492148
$this.typeahead($this.data())
21502149
})
21512150

0 commit comments

Comments
 (0)