mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Added Edit option when searching a callsign
This commit is contained in:
parent
925034e3e5
commit
a1d09d5504
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ i=0;
|
|||
$(document).ready(function(){
|
||||
$("#callsign").keyup(function(){
|
||||
if ($(this).val()) {
|
||||
$('#partial_view').load("logbook/partial/" + $(this).val()).fadeIn("slow");
|
||||
$('#partial_view').load("logbook/search_result/" + $(this).val()).fadeIn("slow");
|
||||
}
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue