Sharpened the keypress-handler, so it only reacts on searchfield and not - e.g. - on the NotesBox
这个提交包含在:
父节点
ca24bfd5f3
当前提交
c304c1d760
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -953,7 +953,7 @@ $(document).ready(function(){
|
||||||
});
|
});
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
$(document).on('keypress',function(e) {
|
$($('#callsign')).on('keypress',function(e) {
|
||||||
if(e.which == 13) {
|
if(e.which == 13) {
|
||||||
|
|
||||||
if ($('#callsign').val()) {
|
if ($('#callsign').val()) {
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用