From a789640beca788b1dc305d70b254b90f1b374d8b Mon Sep 17 00:00:00 2001 From: Jean-Romain Garnier Date: Fri, 24 Dec 2021 14:35:11 +0100 Subject: [PATCH] fix: Remove unnecessary style color in footprint aff_profil.html --- footprint/templates/footprint/aff_profil.html | 1 - 1 file changed, 1 deletion(-) diff --git a/footprint/templates/footprint/aff_profil.html b/footprint/templates/footprint/aff_profil.html index e2126395..8c890553 100644 --- a/footprint/templates/footprint/aff_profil.html +++ b/footprint/templates/footprint/aff_profil.html @@ -76,7 +76,6 @@ with this program; if not, write to the Free Software Foundation, Inc., success: function(data) { if (data["error"] != null) { td.innerHTML = "" + data["error"] + ""; - td.style.color = "red"; } else if (data["data"] != null) { td.innerHTML = data["data"] + " {% trans 'GiB/month' %}"; } else {