Browse Source

update to use the v6 api

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

+ 0 - 1
js/functions.js

@@ -7999,7 +7999,6 @@ function buildPiholeItem(array){
                     value = e['domains_being_blocked'].map(function (x) {
                     value = e['domains_being_blocked'].map(function (x) {
                         return `<li>${x.toString()}</li>`;
                         return `<li>${x.toString()}</li>`;
                     }).join("");
                     }).join("");
-		        }
                 card += `<ul class="multi-column" data-toggle="tooltip" title="` + key + `">` + value + `</ul>`;
                 card += `<ul class="multi-column" data-toggle="tooltip" title="` + key + `">` + value + `</ul>`;
 	        }
 	        }
         }
         }