mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added date filter for popup
This commit is contained in:
@@ -217,7 +217,9 @@ function spawnGridsquareModal(loc_4char) {
|
||||
'Sat': $("#sat").val(),
|
||||
'Orbit': $("#orbits").val(),
|
||||
'Propagation': $('#propagation').val(),
|
||||
'Type': 'VUCC'
|
||||
'Type': 'VUCC',
|
||||
'dateFrom': $('#dateFrom').val(),
|
||||
'dateTo': $('#dateTo').val()
|
||||
})
|
||||
if (type == 'activated') {
|
||||
ajax_data.searchmode = 'activated';
|
||||
|
||||
Reference in New Issue
Block a user