4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
|
export function toggleCondidentielExplanation() {
|
||
|
$('.confidentiel-explanation').toggle();
|
||
|
}
|