Système d'aide dans core.js.php
This commit is contained in:
parent
a079cadc68
commit
2a197e886b
@ -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…
x
Reference in New Issue
Block a user