mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Merge pull request #2042 from hfnukal/patch-1
This works also for CC and BCC
This commit is contained in:
commit
1aab9dfddc
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
|
|
||||||
$(window.document).on('keyup', '.b-compose .b-header .inputosaurus-input input[type="text"]:first', function() {
|
$(window.document).on('keyup', '.b-compose .b-header .inputosaurus-input input[type="text"]', function() {
|
||||||
|
|
||||||
var
|
var
|
||||||
$this = $(this),
|
$this = $(this),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue