[fix #873] add motivation in case of refused or without continuation dossier
This commit is contained in:
parent
a5cf9cd6d6
commit
68682fe78d
5 changed files with 36 additions and 32 deletions
|
@ -1,9 +1,9 @@
|
|||
TPS.acceptDossier = function () {
|
||||
$(".motivation").show();
|
||||
TPS.showMotivation = function (state) {
|
||||
$(".motivation." + state).show();
|
||||
$(".dropdown-items").hide();
|
||||
}
|
||||
};
|
||||
|
||||
TPS.motivationCancel = function () {
|
||||
$(".motivation").hide();
|
||||
$(".dropdown-items").show();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue