Skip to content

Commit

Permalink
1.7.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
frainzy1477 committed Jul 4, 2020
1 parent e9c631e commit 8519e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion luasrc/view/clash/status.htm
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@



XHR.poll(5,'<%=luci.dispatcher.build_url("admin", "services", "clash", "check_status")%>', null, function(x, status) {});
XHR.poll(3,'<%=luci.dispatcher.build_url("admin", "services", "clash", "check_status")%>', null, function(x, status) {});

//]]></script>

Expand Down
2 changes: 1 addition & 1 deletion luasrc/view/clash/update.htm
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
});


XHR.poll(5,'<%=luci.dispatcher.build_url("admin", "services", "clash", "check_status")%>', null, function(x, status) {});
XHR.poll(3,'<%=luci.dispatcher.build_url("admin", "services", "clash", "check_status")%>', null, function(x, status) {});


XHR.poll(1,'<%=luci.dispatcher.build_url("admin", "services", "clash", "status")%>', null, function(x, status) {
Expand Down

0 comments on commit 8519e0b

Please sign in to comment.