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() {