Browse Source

fix: Remove unnecessary style color in footprint aff_profil.html

loi_agec
Jean-Romain Garnier 4 years ago
committed by jr-garnier
parent
commit
a789640bec
  1. 1
      footprint/templates/footprint/aff_profil.html

1
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 = "<i class=\"text-danger\">" + data["error"] + "</i>";
td.style.color = "red";
} else if (data["data"] != null) {
td.innerHTML = data["data"] + " {% trans 'GiB/month' %}";
} else {

Loading…
Cancel
Save