summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ahcp/luasrc
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-ahcp/luasrc')
-rw-r--r--applications/luci-app-ahcp/luasrc/view/ahcp_status.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-ahcp/luasrc/view/ahcp_status.htm b/applications/luci-app-ahcp/luasrc/view/ahcp_status.htm
index ab25f862b..4e043aaf3 100644
--- a/applications/luci-app-ahcp/luasrc/view/ahcp_status.htm
+++ b/applications/luci-app-ahcp/luasrc/view/ahcp_status.htm
@@ -1,5 +1,5 @@
<script type="text/javascript">//<![CDATA[
- XHR.poll(5, '<%=url('admin/network/ahcpd/status')%>', null,
+ XHR.poll(-1, '<%=url('admin/network/ahcpd/status')%>', null,
function(x, st)
{
var tb = document.getElementById('ahcpd_status_table');