mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-25 07:16:21 +08:00
This works also for CC and BCC
This commit is contained in:
parent
1979f84dab
commit
02fb256456
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
$(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
|
||||
$this = $(this),
|
||||
|
@ -19,4 +19,4 @@
|
|||
|
||||
});
|
||||
|
||||
}(window, $))
|
||||
}(window, $))
|
||||
|
|
Loading…
Reference in a new issue