demarches-normaliennes/app/javascript/new_design/avis.js
2023-01-16 21:23:33 +01:00

5 lines
149 B
JavaScript

import { toggle } from '@utils';
export function toggleCondidentielExplanation() {
toggle(document.querySelector('.confidentiel-explanation'));
}