diff --git a/scripts/pi-hole/js/index.js b/scripts/pi-hole/js/index.js index ade3c365..b725a2c5 100644 --- a/scripts/pi-hole/js/index.js +++ b/scripts/pi-hole/js/index.js @@ -166,7 +166,7 @@ function updateForwardedOverTime() { if(key.indexOf("|") > -1) { var idx = key.indexOf("|"); - key = key.substr(0, idx)+" ("+key.substr(idx+1, key.length-idx)+")"; + key = key.substr(0, idx); } labels.push(key); }