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