diff options
| author | fat <[email protected]> | 2013-08-17 16:19:09 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-08-17 16:19:09 -0700 |
| commit | 2dbf02b129aa23e2ef17d7867dec74fa1818a671 (patch) | |
| tree | 6c7b90e2b3efc9363b75be0e9f3062d378a5e9a4 /dist/js/bootstrap.js | |
| parent | 4696565044de6216e95894986b579bf5efe57af4 (diff) | |
| download | bootstrap-2dbf02b129aa23e2ef17d7867dec74fa1818a671.tar.xz bootstrap-2dbf02b129aa23e2ef17d7867dec74fa1818a671.zip | |
rebuild
Diffstat (limited to 'dist/js/bootstrap.js')
| -rw-r--r-- | dist/js/bootstrap.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js index 077126c60..107ca31bf 100644 --- a/dist/js/bootstrap.js +++ b/dist/js/bootstrap.js @@ -723,9 +723,9 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") } $parent .toggleClass('open') .trigger('shown.bs.dropdown') - } - $this.focus() + $this.focus() + } return false } |
