mirror of
https://github.com/RainLoop/rainloop-webmail.git
synced 2025-12-18 12:00:39 +01:00
This works also for CC and BCC
This commit is contained in:
@@ -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, $))
|
||||
|
||||
Reference in New Issue
Block a user