mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Sharpened the keypress-handler, so it only reacts on searchfield and not - e.g. - on the NotesBox
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user