diff options
| author | fat <[email protected]> | 2012-12-07 18:37:32 -0500 |
|---|---|---|
| committer | fat <[email protected]> | 2012-12-07 18:37:32 -0500 |
| commit | 437654030aa283b92a260245b54fa17a417c20d8 (patch) | |
| tree | 9be8202461514bd0ee9ce15f958dd63436afa3a5 /js | |
| parent | 10e72e158d5d85b1373375a5230fe2b9865c8bba (diff) | |
| download | bootstrap-437654030aa283b92a260245b54fa17a417c20d8.tar.xz bootstrap-437654030aa283b92a260245b54fa17a417c20d8.zip | |
focus on escape in typeahead
Diffstat (limited to 'js')
| -rw-r--r-- | js/bootstrap-dropdown.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/bootstrap-dropdown.js b/js/bootstrap-dropdown.js index 726fbac1f..900355d5b 100644 --- a/js/bootstrap-dropdown.js +++ b/js/bootstrap-dropdown.js @@ -53,9 +53,10 @@ if (!isActive) { $parent.toggleClass('open') - $this.focus() } + $this.focus() + return false } |
