diff --git a/core/core.js.php b/core/core.js.php index 4f178733..97b41d78 100644 --- a/core/core.js.php +++ b/core/core.js.php @@ -298,7 +298,7 @@ core.start = function () { }); // Confirmation de déconnexion $("#barLogout").on("click", function () { - message = ""; + message = ""; return core.confirm(message, function () { $(location).attr("href", $("#barLogout").attr("href")); });