Fix: Doppelte App-Initialisierung entfernt - Buttons funktionieren wieder

Co-authored-by: trevor1969 <trevor1969@users.noreply.github.com>
This commit is contained in:
Vibe Nuage Agent
2026-06-06 11:28:14 +00:00
parent 2544a102d9
commit b586eb3804

1
app.js
View File

@ -1916,7 +1916,6 @@ class TeeTracker {
} }
// Initialize application // Initialize application
window.app = new TeeTracker();
document.addEventListener('DOMContentLoaded', () => { document.addEventListener('DOMContentLoaded', () => {
window.app = new TeeTracker(); window.app = new TeeTracker();
}); });