| 3399 | $(document).on('click touchend', function (e) { | 3399 | $(document).on('click touchend', function (e) { |
| 3400 | const target = $(e.target); | 3400 | const target = $(e.target); |
| 3401 | if (target.is(dropdown) || target.closest(dropdown).length) return; | 3401 | if (target.is(dropdown) || target.closest(dropdown).length) return; |
| 3402 | if ((target.is(button) || target.closest(button).length) && !dropdown.is(':visible') && $('#send_but').is(':visible')) { | 3402 | if ((target.is(button) || target.closest(button).length) && !dropdown.is(':visible')) { |
| 3403 | e.preventDefault(); | 3403 | e.preventDefault(); |
| 3404 | | 3404 | |
| 3405 | dropdown.fadeIn(animation_duration); | 3405 | dropdown.fadeIn(animation_duration); |