diff options
| author | Mark Otto <[email protected]> | 2013-02-07 22:08:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-07 22:08:13 -0800 |
| commit | c4d47fb1ea45ed2fc3cf382d087ed87b87c69288 (patch) | |
| tree | 552f251d1637a1749c34fcdbb3390653d2fdb8ae /js/bootstrap-typeahead.js | |
| parent | 30fd4be093e09c639db005342a07f347eecf6a37 (diff) | |
| parent | 501aabf5723584eb0d1fba9569226f1b726a51b3 (diff) | |
| download | bootstrap-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/bootstrap-typeahead.js')
| -rw-r--r-- | js/bootstrap-typeahead.js | 1 |
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()) }) |
