mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
Use new dnssec.color instead of the removed dnssecClass variable
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -359,8 +359,8 @@ function formatInfo(data) {
|
||||
var edeInfo = "";
|
||||
if (data.ede !== null && data.ede.text !== null) {
|
||||
edeInfo = divStart + "Extended DNS error: <strong";
|
||||
if (dnssecClass !== false) {
|
||||
edeInfo += ' class="' + dnssecClass + '"';
|
||||
if (dnssec.color !== "") {
|
||||
edeInfo += ' class="' + dnssec.color + '"';
|
||||
}
|
||||
|
||||
edeInfo += ">" + data.ede.text + "</strong></div>";
|
||||
|
||||
Reference in New Issue
Block a user