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