mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-27 01:24:16 +00:00
Added hide suggestions if call.length<3
This commit is contained in:
@@ -1243,6 +1243,9 @@ $( document ).ready(function() {
|
||||
$('.callsign-suggestions').text(scps.filter((call) => call.includes($(this).val().toUpperCase())).join(' '));
|
||||
highlight(ccall.toUpperCase());
|
||||
}
|
||||
} else {
|
||||
$('.callsign-suggest').hide();
|
||||
scps=[];
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user