[Fix] doorstatus not updating every minute #46
1 changed files with 1 additions and 1 deletions
|
@ -76,5 +76,5 @@ function update() {
|
||||||
|
|
||||||
window.onload = function () {
|
window.onload = function () {
|
||||||
update()
|
update()
|
||||||
window.setTimeout(update, interval_ms)
|
window.setInterval(update, interval_ms)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue