demarches-normaliennes/app/javascript/new_design/avis.js
2018-10-10 15:05:51 +02:00

5 lines
149 B
JavaScript

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