From 870b59585e27c7ab963113d81e033daa98c9f3e2 Mon Sep 17 00:00:00 2001 From: Cedric Date: Mon, 22 Jun 2026 15:29:22 +0200 Subject: [PATCH] Actualiser js/admin.js --- js/admin.js | 1 - 1 file changed, 1 deletion(-) 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