Update 2025-04-13_16:43:49
This commit is contained in:
13
static/app.js
Normal file
13
static/app.js
Normal file
@ -0,0 +1,13 @@
|
||||
import { setupResetButton } from './button.js';
|
||||
import { loadStatus, updateTimer } from './timer.js';
|
||||
import { drawChart } from './chart.js';
|
||||
|
||||
window.addEventListener("DOMContentLoaded", () => {
|
||||
loadStatus();
|
||||
updateTimer();
|
||||
setInterval(updateTimer, 1000);
|
||||
|
||||
setupResetButton();
|
||||
drawChart();
|
||||
});
|
||||
|
Reference in New Issue
Block a user