Another codacy commit

This commit is contained in:
DL6ER
2017-02-22 18:07:12 +01:00
parent 4cc917dd91
commit 71672319af

View File

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