Added date filter for popup

This commit is contained in:
Andreas Kristiansen
2025-11-25 10:07:45 +01:00
parent dc2911ee0e
commit 13fc62395a

View File

@@ -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';