mirror of
https://github.com/trevor1969/teatracker.git
synced 2026-08-09 10:41:59 +00:00
Fix: Doppelte App-Initialisierung entfernt - Buttons funktionieren wieder
Co-authored-by: trevor1969 <trevor1969@users.noreply.github.com>
This commit is contained in:
1
app.js
1
app.js
@ -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();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user