[Fix #1102] Add more information to the avis confidentiality warning

This commit is contained in:
gregoirenovel 2017-12-18 17:20:43 +01:00
parent 51bf2ef374
commit 6191640262
4 changed files with 24 additions and 5 deletions

View file

@ -0,0 +1,3 @@
TPS.toggleCondidentielExplanation = function(event) {
$(".confidentiel-explanation").toggle();
}