revert changes

This commit is contained in:
daria 2025-09-30 19:46:41 +03:00
parent af8bbb31f1
commit af967ff607
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -1369,7 +1369,7 @@ define([
if (e.which === 32 || e.which === 13){
e.stopPropagation();
e.preventDefault();
$mark.prop('checked', !$input.is(':checked'));
$input.prop('checked', !$input.is(':checked'));
$input.change();
}
});