Browse Source

update to use the v6 api

phyzical 10 months ago
parent
commit
5b9753dd45
1 changed files with 0 additions and 2 deletions
  1. 0 2
      js/functions.js

+ 0 - 2
js/functions.js

@@ -7996,11 +7996,9 @@ function buildPiholeItem(array){
 			        card += `<p class="d-inline text-muted">(${key})</p>`;
 		        }
 		        let value = 'Error';
-		        if(e.length == undefined){
                     value = e['domains_being_blocked'].map(function (x) {
                         return `<li>${x.toString()}</li>`;
                     }).join("");
-		        }
                 card += `<ul class="multi-column" data-toggle="tooltip" title="` + key + `">` + value + `</ul>`;
 	        }
         }