implementation du systeme de PJ de motivation
This commit is contained in:
parent
5477bd67ee
commit
4aab72be68
14 changed files with 144 additions and 45 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue