chore: Enable mock data and simplify clock info display

This commit is contained in:
Chris Frankland-Wright 2025-08-08 00:39:53 +01:00 committed by Chris Frankland-Wright (aider)
parent adae9026ad
commit 9360e0011c
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
document.addEventListener('DOMContentLoaded', () => {
// --- Mock Data Configuration ---
// Set to true to use mock data, false for live API.
const useMockData = false;
const useMockData = true;
let currentMockSetKey = 'allGood'; // Default mock data set
let lastApiData = null;