mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
Added Edit option when searching a callsign
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user