kopia lustrzana https://github.com/magicbug/Cloudlog
Fixed Issue #63
rodzic
cfdc1c4fb3
commit
56f5bafbb6
|
@ -324,9 +324,12 @@ function settime () {
|
|||
}
|
||||
|
||||
/* Find Operators Name */
|
||||
$.get('logbook/callsign_name/' + $(this).val(), function(result) {
|
||||
$('#name').val(result);
|
||||
});
|
||||
if($('#name').val() == "") {
|
||||
$.get('logbook/callsign_name/' + $(this).val(), function(result) {
|
||||
$('#name').val(result);
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Ładowanie…
Reference in New Issue