From cc13cf5e33d1cb21e96efe1ddbdb6742a9d27121 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Fri, 10 Feb 2017 12:26:20 +0100 Subject: [PATCH] Internet explorer + Windows Edge compatibility --- scripts/pi-hole/js/debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi-hole/js/debug.js b/scripts/pi-hole/js/debug.js index 51c7d334..15a2521b 100644 --- a/scripts/pi-hole/js/debug.js +++ b/scripts/pi-hole/js/debug.js @@ -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; }