Fix: Remove duplicate closing brace causing JavaScript syntax error

- Fixed syntax error that prevented script.js from loading
- This was breaking the theme toggle button and all JavaScript functionality
- Removed extra }); on line 219
This commit is contained in:
Quality App System
2026-01-19 21:40:23 +02:00
parent 2b9c478676
commit 5837b74682

View File

@@ -217,7 +217,6 @@ document.addEventListener('DOMContentLoaded', () => {
if (reportTitle) reportTitle.textContent = 'Error loading data.';
});
});
});
}
// Bind the export functionality to the CSV button