From dba24b8c18aed84a71c3169b2df5598d62deab06 Mon Sep 17 00:00:00 2001 From: polo Date: Sun, 17 Aug 2025 19:46:20 +0200 Subject: =?UTF-8?q?classe=20FormValidation=20et=20am=C3=A9lioration=20des?= =?UTF-8?q?=20envois=20d'e-mail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/js/main.js') diff --git a/public/js/main.js b/public/js/main.js index 2ffd33b..4be7843 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -33,7 +33,7 @@ function toastNotify(message) { var toast = document.getElementById('toast'); toast.textContent = message; toast.className = 'toast show'; - setTimeout(function(){ toast.className = toast.className.replace('show', ''); }, 3000); + setTimeout(function(){ toast.className = toast.className.replace('show', ''); }, 5000); } -- cgit v1.2.3