Sharpened the keypress-handler, so it only reacts on searchfield and not - e.g. - on the NotesBox

这个提交包含在:
int2001 2023-12-28 08:04:42 +00:00
父节点 ca24bfd5f3
当前提交 c304c1d760
找不到此签名对应的密钥
GPG 密钥 ID: DFB1C13CD2DB037B

查看文件

@ -953,7 +953,7 @@ $(document).ready(function(){
});
<?php } ?>
$(document).on('keypress',function(e) {
$($('#callsign')).on('keypress',function(e) {
if(e.which == 13) {
if ($('#callsign').val()) {