Change Ajax relays update page
This commit is contained in:
parent
f8040cbe9f
commit
290c1337eb
|
|
@ -110,6 +110,6 @@ $("#toggleButton").click(function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
forEachRelay();
|
forEachRelay();
|
||||||
setInterval(forEachRelay, 5000);
|
setInterval(forEachRelay, 1500);
|
||||||
</script>
|
</script>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue