Fix php links in js files

Also removed help.js because it's no longer used
This commit is contained in:
Mcat12
2016-12-19 19:59:08 -05:00
parent d1da1de597
commit 30d70baf5e
5 changed files with 6 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ function eventsource() {
}
var host = window.location.host;
var source = new EventSource("http://"+host+"/admin/php/queryads.php?domain="+domain.val()+"&"+exact);
var source = new EventSource("http://"+host+"/admin/scripts/pi-hole/php/queryads.php?domain="+domain.val()+"&"+exact);
// Reset and show field
ta.empty();