mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Removed unnecessary code
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user