mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Jump from Flightpath at passes direct to map
This commit is contained in:
@@ -514,3 +514,9 @@ function toggleGridsquares(bool) {
|
||||
maidenhead.addTo(leafletMap);
|
||||
}
|
||||
};
|
||||
|
||||
$( document ).ready(function() {
|
||||
if ($("#selsat").val() != '') {
|
||||
plot_sat();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user