Change Ajax relays update page

This commit is contained in:
Chteufleur 2015-11-11 21:45:58 +01:00
parent f8040cbe9f
commit 290c1337eb
1 changed files with 1 additions and 1 deletions

View File

@ -110,6 +110,6 @@ $("#toggleButton").click(function() {
}); });
forEachRelay(); forEachRelay();
setInterval(forEachRelay, 5000); setInterval(forEachRelay, 1500);
</script> </script>
{{end}} {{end}}