forked from ZwiiCMS-Team/ZwiiCMS
Merge branch '10500' of https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS into 10500
This commit is contained in:
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
|
* Remove ID Facebook from URL
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user