This works also for CC and BCC

This commit is contained in:
Honza 2020-11-02 23:11:15 +01:00 committed by GitHub
parent 1979f84dab
commit 02fb256456
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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, $))