upgrade stats page

This commit is contained in:
Dobromir Popov
2024-04-13 20:29:47 +03:00
parent 7eeb55af88
commit f510090323
2 changed files with 129 additions and 24 deletions

View File

@ -482,6 +482,7 @@ async function filterPublishersNew(selectFields, filterDate, isExactTime = false
}
function matchesAvailability(avail, filterDate) {
// Setting the start and end time of the filterDate
filterDate.setHours(0, 0, 0, 0);