zmiany-wizualne

This commit is contained in:
Mateusz Gruszczyński
2026-02-04 15:59:23 +01:00
parent bdc6e52970
commit c0f82fa3f3
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ function initMonitor(phases, defaultRange) {
}
});
if (data.timestamp) {
document.getElementById('lastUpdate').textContent = 'Odczyt: ' +
document.getElementById('lastUpdate').textContent = 'Ostatni odczyt: ' +
new Date(data.timestamp).toLocaleTimeString('pl-PL', {hour12: false});
}
});