change default month

This commit is contained in:
Alexander Popov 2025-01-05 00:19:37 +03:00
parent eb7be8aa3c
commit 9e60ff916c
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
const data = { poppers: null, chart: null, default: { year: '2024', month: '12' } };
const data = { poppers: null, chart: null, default: { year: '2025', month: '01' } };
window.onload = async function () {
data.poppersData = await getData();

View File

@ -3,7 +3,10 @@
"2025": {
"01": {
"01": [],
"02": ["12.46am", "2.32am", "2.51am", "2.58am"]
"02": ["12.46am", "2.32am", "2.51am", "2.58am", "3.27am", "4.17am", "4.26am", "4.39am", "5.31am"],
"03": [],
"04": [],
"05": []
}
},
"2024": {