branche_v10
Fred Tempez 2 years ago
commit 3c385f4a41

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

Loading…
Cancel
Save