mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-24 11:11:10 +00:00
we should hide the callsign empty warning if a callsign was entered
This commit is contained in:
@@ -568,6 +568,8 @@ function reset_fields() {
|
||||
$("#callsign").on("focusout", function () {
|
||||
if ($(this).val().length >= 3 && preventLookup == false) {
|
||||
|
||||
$("#noticer").fadeOut(1000);
|
||||
|
||||
// Temp store the callsign
|
||||
var temp_callsign = $(this).val();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user