mirror of
https://github.com/pi-hole/web.git
synced 2026-05-01 22:24:08 +01:00
Remove testing change
This commit is contained in:
@@ -108,7 +108,7 @@ function updateTopDomainsChart() {
|
||||
$("#domain-frequency td").parent().remove();
|
||||
var domaintable = $("#domain-frequency").find("tbody:last");
|
||||
var domain, percentage;
|
||||
let sum = 0;
|
||||
var sum = 0;
|
||||
for (domain in data.top_domains) {
|
||||
if ({}.hasOwnProperty.call(data.top_domains, domain)){
|
||||
sum += data.top_domains[domain];
|
||||
|
||||
Reference in New Issue
Block a user