mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Sharpened the keypress-handler, so it only reacts on searchfield and not - e.g. - on the NotesBox
This commit is contained in:
parent
ca24bfd5f3
commit
c304c1d760
1 changed files with 1 additions and 1 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue