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 */