mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 10:48:26 +00:00
Internet explorer + Windows Edge compatibility
This commit is contained in:
@@ -37,7 +37,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");
|
||||
httpGet(ta,quiet,"/admin/scripts/pi-hole/php/debug.php?IE");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user