Skip to content

Commit

Permalink
remove prevent default on focus
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Feb 8, 2013
1 parent 366e1e0 commit 501aabf
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion docs/assets/js/bootstrap-typeahead.js
Expand Up @@ -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())
})

Expand Down
1 change: 0 additions & 1 deletion docs/assets/js/bootstrap.js
Expand Up @@ -2145,7 +2145,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())
})

Expand Down

0 comments on commit 501aabf

Please sign in to comment.