implementation du systeme de PJ de motivation

This commit is contained in:
clemkeirua 2019-02-18 17:52:15 +01:00
parent 5477bd67ee
commit 4aab72be68
14 changed files with 144 additions and 45 deletions

View file

@ -11,3 +11,8 @@ export function motivationCancel() {
document.querySelectorAll('.motivation').forEach(hide);
show(document.querySelector('.dropdown-items'));
}
export function showImportJustificatif(name) {
show(document.querySelector('#justificatif_motivation_import_' + name));
hide(document.querySelector('#justificatif_motivation_suggest_' + name));
}