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