📚 Improved logging structure & added backup file 🔜

This commit is contained in:
2025-06-01 14:39:46 +02:00
parent 3287b4558b
commit 7fa7da74af
29 changed files with 1139 additions and 64 deletions

File diff suppressed because one or more lines are too long

View File

@ -84,12 +84,13 @@ class AdminDashboard {
this.showAnalytics();
});
// Maintenance Button
this.addEventListenerSafe('#maintenance-btn', 'click', (e) => {
e.preventDefault();
e.stopPropagation();
this.showMaintenance();
});
// Maintenance Button - DEAKTIVIERT wegen Konflikt mit MaintenanceModal
// Das Wartungs-Modal wird jetzt direkt in admin.html verwaltet
// this.addEventListenerSafe('#maintenance-btn', 'click', (e) => {
// e.preventDefault();
// e.stopPropagation();
// this.showMaintenance();
// });
// Cache leeren
this.addEventListenerSafe('#clear-cache-btn', 'click', (e) => {