mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
revert changes
This commit is contained in:
parent
af8bbb31f1
commit
af967ff607
@ -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();
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user