summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-mod-system/luasrc/view
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2018-12-20 10:10:26 +0100
committerFlorian Eckert <fe@dev.tdt.de>2018-12-20 10:20:23 +0100
commit3b9ba0210e9da62861f260b4ed367e2a05789afe (patch)
tree3a65d1102d52881f10b3515e1f1863833bcd9a52 /modules/luci-mod-system/luasrc/view
parent121e7fea66b686cab8756ccdc0727b47afb288d2 (diff)
luci-base: 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 'modules/luci-mod-system/luasrc/view')
-rw-r--r--modules/luci-mod-system/luasrc/view/admin_system/clock_status.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-system/luasrc/view/admin_system/clock_status.htm b/modules/luci-mod-system/luasrc/view/admin_system/clock_status.htm
index 37d8ae0e85..2c96eb4180 100644
--- a/modules/luci-mod-system/luasrc/view/admin_system/clock_status.htm
+++ b/modules/luci-mod-system/luasrc/view/admin_system/clock_status.htm
@@ -1,7 +1,7 @@
<%+cbi/valueheader%>
<script type="text/javascript">//<![CDATA[
- XHR.poll(5, '<%=url('admin/system/clock_status')%>', null,
+ XHR.poll(-1, '<%=url('admin/system/clock_status')%>', null,
function(x, rv)
{
var s = document.getElementById('<%=self.option%>-clock-status');