diff options
Diffstat (limited to 'applications/luci-app-upnp/luasrc')
-rw-r--r-- | applications/luci-app-upnp/luasrc/view/upnp_status.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-upnp/luasrc/view/upnp_status.htm b/applications/luci-app-upnp/luasrc/view/upnp_status.htm index ea79e57a6..7238a5680 100644 --- a/applications/luci-app-upnp/luasrc/view/upnp_status.htm +++ b/applications/luci-app-upnp/luasrc/view/upnp_status.htm @@ -10,7 +10,7 @@ ); } - XHR.poll(5, '<%=url('admin/services/upnp/status')%>', null, + XHR.poll(-1, '<%=url('admin/services/upnp/status')%>', null, function(x, st) { var tb = document.getElementById('upnp_status_table'); |