diff options
Diffstat (limited to 'applications/luci-app-privoxy')
-rw-r--r-- | applications/luci-app-privoxy/luasrc/view/privoxy/detail_startstop.htm | 2 |
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 85975ac7d1..12df6fbab3 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); } ); |