summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-privoxy
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2018-12-20 10:09:58 +0100
committerFlorian Eckert <fe@dev.tdt.de>2018-12-20 10:20:23 +0100
commit121e7fea66b686cab8756ccdc0727b47afb288d2 (patch)
treea44b04abdf003ac5f7ed539c9a5c1ce0db7cb000 /applications/luci-app-privoxy
parent6475221d54be41dbfa4639c4cef5046b186e296f (diff)
luci-app-*: use default poll interval
Replace all XHR poll time number with -1 so they will use the default poll interval time value from "/etc/config/luci". If this is not set then 5 seconds as default is used. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-privoxy')
-rw-r--r--applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm b/applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm
index 85975ac7d..12df6fbab 100644
--- a/applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm
+++ b/applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm
@@ -26,7 +26,7 @@
);
}
- XHR.poll(5, '<%=url('admin/services/privoxy/status')%>', null,
+ XHR.poll(-1, '<%=url('admin/services/privoxy/status')%>', null,
function(x, data) { _data2elements(x); }
);