Internet explorer + Windows Edge compatibility

This commit is contained in:
DL6ER
2017-02-10 12:26:20 +01:00
parent 9765b38ec2
commit cc13cf5e33

View File

@@ -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;
}