Skip to content

Commit

Permalink
Merge f829bc0 into f59c945
Browse files Browse the repository at this point in the history
  • Loading branch information
kroky committed Mar 25, 2021
2 parents f59c945 + f829bc0 commit 759fd93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/imap/site.js
Expand Up @@ -727,8 +727,8 @@ var imap_background_unread_content_result = function(res) {
};

var check_select_for_imap = function() {
$('input[type=checkbox]').off('change');
$('input[type=checkbox]').on("change", function(e) { search_selected_for_imap(); });
$('body').off('change', 'input[type=checkbox]');
$('body').on('change', 'input[type=checkbox]', function(e) { search_selected_for_imap(); });
};

var search_selected_for_imap = function() {
Expand Down

0 comments on commit 759fd93

Please sign in to comment.