From 87ec92d1ed7cf94b1b17248728e59770c242570c Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Wed, 19 Dec 2018 17:33:29 +0100 Subject: luci-app-adblock: sync with release 3.6.0 * add adblock dns query reporting via tcpdump (see readme for details) * fix tld compression on low memory systems (< 64 MB) * fix various small issues Signed-off-by: Dirk Brenken --- applications/luci-app-adblock/luasrc/view/adblock/runtime.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-adblock/luasrc/view/adblock/runtime.htm') diff --git a/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm b/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm index ee20133d5a..0b5c748571 100644 --- a/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm +++ b/applications/luci-app-adblock/luasrc/view/adblock/runtime.htm @@ -112,7 +112,7 @@ This is free software, licensed under the Apache License, Version 2.0 document.getElementById("value_6").innerHTML = "-"; } - XHR.get('<%=luci.dispatcher.build_url("admin", "services", "adblock", "status")%>', null, + XHR.get('<%=luci.dispatcher.build_url("admin", "services", "adblock", "status_update")%>', null, function(x, json_info) { if (!x || !json_info || !json_info.data) @@ -123,7 +123,7 @@ This is free software, licensed under the Apache License, Version 2.0 status_update(json_info); }); - XHR.poll(5, '<%=luci.dispatcher.build_url("admin", "services", "adblock", "status")%>', null, + XHR.poll(5, '<%=luci.dispatcher.build_url("admin", "services", "adblock", "status_update")%>', null, function(x, json_info) { if (!x || !json_info || !json_info.data) -- cgit v1.2.3