From 2a197e886bd7bf026c834275ab92e5acdef79043 Mon Sep 17 00:00:00 2001 From: SylvainLelievre Date: Thu, 11 Mar 2021 11:37:46 +0100 Subject: [PATCH] =?UTF-8?q?Syst=C3=A8me=20d'aide=20dans=20core.js.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.js.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/core/core.js.php b/core/core.js.php index 456cd067..5bed7595 100755 --- a/core/core.js.php +++ b/core/core.js.php @@ -474,6 +474,20 @@ $(document).ready(function(){ }; }); + /** + * Active le système d'aide interne + * + */ + + $(".helpDisplayButton").on({ + mouseenter: function () { + $(".helpDisplayContent").slideDown(); + }, + mouseleave: function () { + $(".helpDisplayContent").slideUp(); + } + }); + /** * Remove ID Facebook from URL */