diff --git a/korektury/templates/korektury/korekturovatko/__edit_komentar.html b/korektury/templates/korektury/korekturovatko/__edit_komentar.html index 2719258d..77d9a066 100644 --- a/korektury/templates/korektury/korekturovatko/__edit_komentar.html +++ b/korektury/templates/korektury/korekturovatko/__edit_komentar.html @@ -27,7 +27,7 @@ // ctrl-enter submits form commform._text.addEventListener("keydown", ev => { - if( (ev.keyCode == 13 || ev.keyCode == 10 ) && ev.ctrlKey ) commform.submit(); + if (ev.code === "Enter" && ev.ctrlKey) commform.submit(); }); //hide comment form