diff options
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 } |
