From ba30822bafd80af00f6a23f36ed2a863f3a86e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Amieiro?= <1667814+amieiro@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:30:41 +0200 Subject: [PATCH] Do not unckeck the bulk checkboxes --- js/reject-feedback.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/reject-feedback.js b/js/reject-feedback.js index a845b59d..9afa4d77 100644 --- a/js/reject-feedback.js +++ b/js/reject-feedback.js @@ -39,7 +39,6 @@ bulkTranslationStatus.push( translationStatus ); return selectedRow.attr( 'row' ); } - $( this ).prop( 'checked', false ); return null; }, ).get();