From f1f8092edd14fc6de35ff56ecca02557fb98a04f Mon Sep 17 00:00:00 2001 From: "florian.azizian" <florian.azizian@maarch.org> Date: Tue, 13 Mar 2018 16:33:33 +0100 Subject: [PATCH] FIX js parenthesis --- apps/maarch_entreprise/js/functions.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/maarch_entreprise/js/functions.js b/apps/maarch_entreprise/js/functions.js index e8452832344..ee691622aa2 100755 --- a/apps/maarch_entreprise/js/functions.js +++ b/apps/maarch_entreprise/js/functions.js @@ -1940,7 +1940,9 @@ function show_admin_contacts( is_corporate, display) { //society_mandatory.style.display = 'none'; society_mandatory.css('display', 'none'); - + } + } +} /** * Show or hide the data related to a person in the external contacts admin * -- GitLab