mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 22:48:28 +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() {
|
||||
|
||||
$(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…
Add table
Add a link
Reference in a new issue