From ab4164cbfbc1c86f1e4fe289306af0144cf73530 Mon Sep 17 00:00:00 2001
From: Damien <damien.burel@maarch.org>
Date: Mon, 15 Oct 2018 17:04:09 +0200
Subject: [PATCH] FEAT #8544 Fix reset color last 5 days

---
 apps/maarch_entreprise/js/indexing.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/maarch_entreprise/js/indexing.js b/apps/maarch_entreprise/js/indexing.js
index 6a7183678db..7b163a3a654 100755
--- a/apps/maarch_entreprise/js/indexing.js
+++ b/apps/maarch_entreprise/js/indexing.js
@@ -1773,7 +1773,6 @@ function check_date_exp(path_manage_script, path_link){
                     document.getElementById('contact_check').style.display='none';
                     document.getElementById('contactcheck').value = answer.responseText;
                 } else {
-                    document.getElementById('contact').style.backgroundColor='#ffe09b';
                     document.getElementById('contact_check').style.display='table-row';
                     document.getElementById("contact_check").innerHTML = "<td colspan=\"3\" style=\"font-size: 9px;text-align: center;color:#ea0000;\">Au moins un courrier enregistré dans les "+check_days_before+" derniers jours est affecté au même contact. "+
                                                                             "<input type='button' class='button' value='Voir' onclick=\"window.open('"+path_link+"',"+
-- 
GitLab