mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
chore: Switch to live API data
This commit is contained in:
parent
49287e5e16
commit
982aad3ec9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
document.addEventListener('DOMContentLoaded', () => {
|
document.addEventListener('DOMContentLoaded', () => {
|
||||||
// --- Mock Data Configuration ---
|
// --- Mock Data Configuration ---
|
||||||
// Set to true to use mock data, false for live API.
|
// Set to true to use mock data, false for live API.
|
||||||
const useMockData = true;
|
const useMockData = false;
|
||||||
let currentMockSetKey = 'allGood'; // Default mock data set
|
let currentMockSetKey = 'allGood'; // Default mock data set
|
||||||
|
|
||||||
let lastApiData = null;
|
let lastApiData = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue