From b586eb38040d240b0b93b067251cf9f2bdb1422f Mon Sep 17 00:00:00 2001 From: Vibe Nuage Agent Date: Sat, 6 Jun 2026 11:28:14 +0000 Subject: [PATCH] Fix: Doppelte App-Initialisierung entfernt - Buttons funktionieren wieder Co-authored-by: trevor1969 --- app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app.js b/app.js index 3d6d429..4943f11 100644 --- a/app.js +++ b/app.js @@ -1916,7 +1916,6 @@ class TeeTracker { } // Initialize application -window.app = new TeeTracker(); document.addEventListener('DOMContentLoaded', () => { window.app = new TeeTracker(); });