apply linter

This commit is contained in:
Simon Vieille 2022-05-05 16:44:05 +02:00
parent 75e3cf41f6
commit f77c4691b9
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ const doInitEditor = () => {
$(element).parents('form').keypress((e) => {
if ($(e.target).parents('#' + id).length === 0) {
return true;
return true
}
return (e.keyCode || e.which || e.charCode || 0) !== 13