@ -244,7 +244,7 @@ function filterEntriesByMonthYear(month, year) {
const matchesMonth = month ? entryDate.getMonth() + 1 === month : true; // +1 da getMonth() 0-basiert ist
if (entryDate.getMonth() + 1 >= 9){
actualYear = actualYear - 1;
actualYear = actualYear - 0;
} else {
actualYear = actualYear;
};
Powered by TurnKey Linux.