From fed83cb49fef2f96f93f9dcf0c430c6e382e5621 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 12 Jan 2017 11:25:36 +0100 Subject: [PATCH] Fix HTTPS small edit --- scripts/pi-hole/js/queryads.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pi-hole/js/queryads.js b/scripts/pi-hole/js/queryads.js index 6fc06d04..e5322a90 100644 --- a/scripts/pi-hole/js/queryads.js +++ b/scripts/pi-hole/js/queryads.js @@ -16,7 +16,7 @@ function eventsource() { } var host = window.location.host; - var source = new EventSource("//"+host+"/admin/scripts/pi-hole/php/queryads.php?domain="+domain.val().toLowerCase()+"&"+exact); + var source = new EventSource("scripts/pi-hole/php/queryads.php?domain="+domain.val().toLowerCase()+"&"+exact); // Reset and show field ta.empty();