sortowanie_w_mass_add #10

Merged
gru merged 90 commits from sortowanie_w_mass_add into master 2025-09-02 17:08:55 +02:00
Showing only changes of commit e7881fe532 - Show all commits

View File

@@ -169,6 +169,6 @@ document.addEventListener("DOMContentLoaded", function () {
// Jeśli jesteśmy od razu na zakładce Wykres
if (document.getElementById('chart-tab').classList.contains('active')) {
loadExpenses("last30days");
loadExpenses("currentmonth");
}
});