diff options
Diffstat (limited to 'applications/luci-app-radicale/luasrc')
-rw-r--r-- | applications/luci-app-radicale/luasrc/view/radicale/btn_startstop.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-radicale/luasrc/view/radicale/btn_startstop.htm b/applications/luci-app-radicale/luasrc/view/radicale/btn_startstop.htm index d9ef82214..48c2a8425 100644 --- a/applications/luci-app-radicale/luasrc/view/radicale/btn_startstop.htm +++ b/applications/luci-app-radicale/luasrc/view/radicale/btn_startstop.htm @@ -26,7 +26,7 @@ ); } - XHR.poll(5, '<%=url([[admin/services/radicale/status]])%>', null, + XHR.poll(-1, '<%=url([[admin/services/radicale/status]])%>', null, function(x, data) { _data2elements(x); } ); |