mirror of https://github.com/twbs/bootstrap.git
automatic `grunt dist`
This commit is contained in:
parent
fa9d28b634
commit
e22a73fd38
|
@ -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
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue