diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-03-21 23:10:30 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-03-21 23:10:30 +0000 |
| commit | e22a73fd381edef4620a758099e5c16ae1168e85 (patch) | |
| tree | 7698eac84b712fde9c40c5e744c21f6a0a89ff4b /docs/dist/js/bootstrap.js | |
| parent | fa9d28b634dbcf057778cd755bc52aedebffbe22 (diff) | |
| download | bootstrap-e22a73fd381edef4620a758099e5c16ae1168e85.tar.xz bootstrap-e22a73fd381edef4620a758099e5c16ae1168e85.zip | |
automatic `grunt dist`
Diffstat (limited to 'docs/dist/js/bootstrap.js')
| -rw-r--r-- | docs/dist/js/bootstrap.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js index 51be48730..e431bb47e 100644 --- a/docs/dist/js/bootstrap.js +++ b/docs/dist/js/bootstrap.js @@ -839,6 +839,8 @@ if (typeof jQuery === 'undefined') { if (!$parent.hasClass('open')) return + if (e && e.type == 'click' && /input|textarea/i.test(e.target.tagName) && $.contains($parent[0], e.target)) return + $parent.trigger(e = $.Event('hide.bs.dropdown', relatedTarget)) if (e.isDefaultPrevented()) return |
