Skip to content

Commit

Permalink
Use new dnssec.color instead of the removed dnssecClass variable (#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
DL6ER authored Jan 21, 2025
2 parents 37fcb78 + c56578b commit 9913f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/js/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,8 @@ function formatInfo(data) {
var edeInfo = "";
if (data.ede !== null && data.ede.text !== null) {
edeInfo = divStart + "Extended DNS error:&nbsp;&nbsp;<strong";
if (dnssecClass !== false) {
edeInfo += ' class="' + dnssecClass + '"';
if (dnssec.color !== "") {
edeInfo += ' class="' + dnssec.color + '"';
}

edeInfo += ">" + data.ede.text + "</strong></div>";
Expand Down

0 comments on commit 9913f88

Please sign in to comment.