From a300220913be9ce76a171303648fe84cd5b1c4fc Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 23 Nov 2021 12:20:58 +0100 Subject: [PATCH] =?UTF-8?q?Timer=202000=20=C3=A0=203000?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core.js.php b/core/core.js.php index 09396ebc..f15929df 100644 --- a/core/core.js.php +++ b/core/core.js.php @@ -194,11 +194,11 @@ core.start = function() { // Disparition de la notification notificationTimer = setTimeout(function() { $("#notification").fadeOut(); - }, 2000); + }, 3000); // Barre de progression $("#notificationProgress").animate({ "width": "0%" - }, 2000, "linear"); + }, 3000, "linear"); }) .trigger("mouseleave"); $("#notificationClose").on("click", function() {