diff --git a/js/admin.js b/js/admin.js index ef0bbe5..917f9e8 100644 --- a/js/admin.js +++ b/js/admin.js @@ -449,5 +449,4 @@ function showSuccessModal(message) { function closeSuccessModal() { const modalEl = document.getElementById('success-modal'); if (modalEl) modalEl.classList.remove('open'); - function closeConfigModal() { document.getElementById('config-modal').classList.remove('open'); } } \ No newline at end of file