mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Another codacy commit
This commit is contained in:
@@ -30,7 +30,7 @@ function eventsource() {
|
||||
|
||||
// IE does not support EventSource - load whole content at once
|
||||
if (typeof EventSource !== "function") {
|
||||
httpGet(ta,quiet,"/admin/scripts/pi-hole/php/debug.php?IE");
|
||||
httpGet(ta,"/admin/scripts/pi-hole/php/debug.php?IE");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user