mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-24 04:13:12 +00:00
fix: Remove unnecessary style color in footprint aff_profil.html
This commit is contained in:
parent
d69c46ded1
commit
a789640bec
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue