1.3.1 #2

Merged
meteo merged 7 commits from 1.3.1 into main 2026-07-13 21:56:55 +00:00
Showing only changes of commit f97bc6a7de - Show all commits

View File

@@ -97,6 +97,9 @@ document.addEventListener('DOMContentLoaded', async function () {
}) })
.then(res => res.json()) .then(res => res.json())
.then(data => { .then(data => {
if (!Array.isArray(data)) {
data = [];
}
let totalDistanceHomework = 0; let totalDistanceHomework = 0;
let totalDistanceBusiness = 0; let totalDistanceBusiness = 0;