diff --git a/js/pihole/queryads.js b/js/pihole/queryads.js index a2384936..86822e51 100644 --- a/js/pihole/queryads.js +++ b/js/pihole/queryads.js @@ -12,10 +12,6 @@ function eventsource() { if(q.val() === "yes") { quiet = true; - } - - if(quiet) - { exact = "exact"; } @@ -42,7 +38,6 @@ function eventsource() { // Remove "(x results)" shortstring = shortstring.replace(/\(.*/,""); ta.append(shortstring+"\n"); - // ta.append(e.data); } } }