From 79b6e213a85632a525887b68b121d19c2e3d50ba Mon Sep 17 00:00:00 2001
From: Laurent Giovannoni <laurent.giovannoni@maarch.org>
Date: Fri, 19 Oct 2018 14:32:09 +0200
Subject: [PATCH] FEAT #8670

---
 apps/maarch_entreprise/js/functions.js | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/apps/maarch_entreprise/js/functions.js b/apps/maarch_entreprise/js/functions.js
index ef78f5f2274..206167f1fda 100755
--- a/apps/maarch_entreprise/js/functions.js
+++ b/apps/maarch_entreprise/js/functions.js
@@ -3858,9 +3858,7 @@ function contactMapping(fieldsCtrl, formId) {
                 element.style.borderWidth = "2px";
                 if (element.value !== '') {
                     element.style.borderColor = "green";
-                //} else {
-                    //element.style.borderColor = "orange";
-                //}
+                }
             }
         }
     }
-- 
GitLab