aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-07 22:08:13 -0800
committerMark Otto <[email protected]>2013-02-07 22:08:13 -0800
commitc4d47fb1ea45ed2fc3cf382d087ed87b87c69288 (patch)
tree552f251d1637a1749c34fcdbb3390653d2fdb8ae /js
parent30fd4be093e09c639db005342a07f347eecf6a37 (diff)
parent501aabf5723584eb0d1fba9569226f1b726a51b3 (diff)
downloadbootstrap-c4d47fb1ea45ed2fc3cf382d087ed87b87c69288.tar.xz
bootstrap-c4d47fb1ea45ed2fc3cf382d087ed87b87c69288.zip
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Diffstat (limited to '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 5d95fd625..960f2af85 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())
})