From 02fb256456f1d49dd08f8c212635da6a26e66955 Mon Sep 17 00:00:00 2001 From: Honza Date: Mon, 2 Nov 2020 23:11:15 +0100 Subject: [PATCH] This works also for CC and BCC --- plugins/excel-multirow-maillist-parser/js/parse_excel_list.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/excel-multirow-maillist-parser/js/parse_excel_list.js b/plugins/excel-multirow-maillist-parser/js/parse_excel_list.js index 9f1f8b976..96204868d 100644 --- a/plugins/excel-multirow-maillist-parser/js/parse_excel_list.js +++ b/plugins/excel-multirow-maillist-parser/js/parse_excel_list.js @@ -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, $)) \ No newline at end of file +}(window, $))